Add a test for invite and join commands.
[tinc] / test / Makefile.am
index 4cb5f3f..4766004 100644 (file)
@@ -2,9 +2,12 @@ TESTS = \
        basic.test \
        executables.test \
        import-export.test \
+       invite-join.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.?