X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=test%2FMakefile.am;h=9c2f0011cba932f7d7046f06a49a74cacf426eb9;hp=29b2c21d34a323d572097a195475ced98c94666d;hb=46f3eba7755089ff68fdc137b0754cae2fa523eb;hpb=01cb1961eac33de9e9d9cecd0910850a2cb549c3 diff --git a/test/Makefile.am b/test/Makefile.am index 29b2c21d..9c2f0011 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,6 +8,7 @@ TESTS = \ invite-tinc-up.test \ ns-ping.test \ scripts.test \ + security.test \ sptps-basic.test \ variables.test @@ -17,6 +18,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