summaryrefslogtreecommitdiffstats
path: root/src/tests/Imakefile
diff options
context:
space:
mode:
authorBill Sommerfeld <wesommer@mit.edu>1990-02-03 10:33:34 +0000
committerBill Sommerfeld <wesommer@mit.edu>1990-02-03 10:33:34 +0000
commit49488bbbf0a70f0d5eda7ba905ba7ad8352e2593 (patch)
tree8e9d0e7b4be98063cb8936805cccbd16f6031caa /src/tests/Imakefile
parent610d581a56f20a97fb0c1abe06833a74b1e6446a (diff)
Initial revision
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@243 dc483132-0cff-0310-8789-dd5450dbe970
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 000000000..28d45efd6
--- /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)