X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=32b2e300672f5d69dcaf380d9106d5c93a6b2e13;hb=1af8ca58b86f5956d6acd9f63083a84666647ef0;hp=29b2c21d34a323d572097a195475ced98c94666d;hpb=22ae0c3549628739ca7c40e48ce1a276469ded92;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 29b2c21d..32b2e300 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,8 +6,10 @@ TESTS = \ invite-join.test \ invite-offline.test \ invite-tinc-up.test \ + legacy-protocol.test \ ns-ping.test \ scripts.test \ + security.test \ sptps-basic.test \ variables.test @@ -17,6 +19,11 @@ EXTRA_DIST = testlib.sh AM_CFLAGS = -iquote. +check_PROGRAMS = \ + splice + +splice_SOURCES = splice.c + clean-local: -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done -killall ../src/sptps_test