diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/Imakefile b/src/tests/Imakefile index 10ab329dc8..b713c708f8 100644 --- a/src/tests/Imakefile +++ b/src/tests/Imakefile @@ -12,10 +12,10 @@ #define PassCDebugFlags DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) - SUBDIRS = jon + SUBDIRS = create verify hammer OBJS = test1.o dump.o SRCS = test1.c dump.c -#ComplexProgramTarget(test) +MakeSubdirs($(SUBDIRS)) |
