]> git.decadent.org.uk Git - dak.git/blobdiff - tools/dsync-0.0/test/makefile
Added another tool used in dak (and placed nowhere else), dsync
[dak.git] / tools / dsync-0.0 / test / makefile
diff --git a/tools/dsync-0.0/test/makefile b/tools/dsync-0.0/test/makefile
new file mode 100644 (file)
index 0000000..f64d691
--- /dev/null
@@ -0,0 +1,18 @@
+# -*- make -*-
+BASE=..
+SUBDIR=test
+
+# Bring in the default rules
+include ../buildlib/defaults.mak
+
+# Program to test the File Filter
+PROGRAM=fftest
+SLIBS = -ldsync
+SOURCE = fftest.cc
+include $(PROGRAM_H)
+
+# Program to test the File Filter
+PROGRAM=pathtest
+SLIBS = -ldsync
+SOURCE = pathtest.cc
+include $(PROGRAM_H)