tinc/test/Makefile.am
2013-09-01 22:59:24 +02:00

12 lines
240 B
Makefile

TESTS = \
basic.test \
executables.test \
import-export.test \
sptps-basic.test
EXTRA_DIST = testlib.sh
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
-rm -rf *.test.?