]> git.decadent.org.uk Git - dak.git/blob - tools/dsync-0.0/test/makefile
Merge remote-tracking branch 'origin/dakweb'
[dak.git] / tools / dsync-0.0 / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
4
5 # Bring in the default rules
6 include ../buildlib/defaults.mak
7
8 # Program to test the File Filter
9 PROGRAM=fftest
10 SLIBS = -ldsync
11 SOURCE = fftest.cc
12 include $(PROGRAM_H)
13
14 # Program to test the File Filter
15 PROGRAM=pathtest
16 SLIBS = -ldsync
17 SOURCE = pathtest.cc
18 include $(PROGRAM_H)