]> git.meshlink.io Git - meshlink/blobdiff - test/Makefile.am
Add two more test scripts.
[meshlink] / test / Makefile.am
index e2462df85ed4c74bcb5fb9cf0fc028c338414fdf..7a09576ef2312ae71d399ec2c54a1c26c4c986ee 100644 (file)
@@ -1,9 +1,15 @@
 TESTS = \
        basic.test \
+       commandline.test \
        executables.test \
-       sptps-basic.test
+       import-export.test \
+       invite-join.test \
+       sptps-basic.test \
+       variables.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.?