mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
5815a04cf1
Move the token faking code out of superuser-t.c into its own file in tests/common, so it can be used by other tests. Change-Id: I7b420250ef974b4b80a8dde692d2666657bb82ca Reviewed-on: http://gerrit.openafs.org/7259 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
13 lines
256 B
Makefile
13 lines
256 B
Makefile
|
|
srcdir=@srcdir@
|
|
abs_top_builddir=@abs_top_builddir@
|
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
|
include @TOP_OBJDIR@/src/config/Makefile.pthread
|
|
|
|
MODULE_CFLAGS=-I$(srcdir)/..
|
|
|
|
all check test tests: config.o servers.o ubik.o rxkad.o
|
|
|
|
clean:
|
|
rm -f *.o
|