2013-08-31 22:39:14 +00:00
|
|
|
TESTS = \
|
|
|
|
basic.test \
|
2013-09-01 19:06:25 +00:00
|
|
|
executables.test \
|
2013-09-01 19:07:02 +00:00
|
|
|
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:
|
2013-09-01 20:58:45 +00:00
|
|
|
-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.?
|