Clean up leftover tincd and sptps_test processes.
[tinc] / test / Makefile.am
1 TESTS = \
2         basic.test \
3         executables.test \
4         import-export.test \
5         sptps-basic.test
6
7 EXTRA_DIST = testlib.sh
8
9 clean-local:
10         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
11         -killall ../src/sptps_test
12         -rm -rf *.test.?