X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=dae30dcf9c0ac693c05eb7953d5e896d78523e0e;hb=7b55200887d05c29abb8cea31aa914e03b806e9a;hp=29b2c21d34a323d572097a195475ced98c94666d;hpb=e60405831565062c914fe5498cf3b17b0bd13e8b;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 29b2c21d..dae30dcf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,17 +6,22 @@ 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 dist_check_SCRIPTS = $(TESTS) -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