]> www.tinc-vpn.org Git - tinc/blobdiff - test/Makefile.am
Clean up leftover tincd and sptps_test processes.
[tinc] / test / Makefile.am
index e2462df85ed4c74bcb5fb9cf0fc028c338414fdf..15db24fa951e5ae96dceae9b07eb260fc9188cf0 100644 (file)
@@ -1,9 +1,12 @@
 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.?