X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=dae30dcf9c0ac693c05eb7953d5e896d78523e0e;hb=44f30239c1650877f8f1a4d9a5b56f0dbd0e3ea2;hp=a56b5c4ea48f2a33772037fd8973e34a5db87268;hpb=a0baeddb8aa745007d0302ed06247cabb8facb32;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index a56b5c4e..dae30dcf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,24 +6,23 @@ TESTS = \ invite-join.test \ invite-offline.test \ invite-tinc-up.test \ + legacy-protocol.test \ ns-ping.test \ - ping.test \ scripts.test \ + security.test \ sptps-basic.test \ variables.test dist_check_SCRIPTS = $(TESTS) -EXTRA_DIST = testlib.sh - -check_PROGRAMS = pong +AM_CFLAGS = -iquote. -pong_SOURCES = pong.c +check_PROGRAMS = \ + splice -AM_CFLAGS = -iquote. +splice_SOURCES = splice.c clean-local: -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done -killall ../src/sptps_test - -killall pong -rm -rf *.test.?