summaryrefslogtreecommitdiffstats
path: root/src/tests/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Imakefile')
-rw-r--r--src/tests/Imakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tests/Imakefile b/src/tests/Imakefile
new file mode 100644
index 0000000000..28d45efd67
--- /dev/null
+++ b/src/tests/Imakefile
@@ -0,0 +1,8 @@
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+ OBJS = test1.o dump.o
+
+ SRCS = test1.c dump.c
+
+ComplexProgramTarget(test)