tinc/test/Makefile.am

13 lines
240 B
Makefile
Raw Normal View History

2013-08-31 22:39:14 +00:00
TESTS = \
basic.test \
2013-09-01 19:06:25 +00:00
executables.test \
import-export.test \
2013-09-01 19:06:25 +00:00
sptps-basic.test
2013-08-31 22:39:14 +00:00
EXTRA_DIST = testlib.sh
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
2013-08-31 22:39:14 +00:00
-rm -rf *.test.?