X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=29b2c21d34a323d572097a195475ced98c94666d;hb=e60405831565062c914fe5498cf3b17b0bd13e8b;hp=0bd66c77ac1fcbd574ec6d9a819c4f2ff78b74e7;hpb=fd3ec60757a84b7551e03b3a48dd30f35015c448;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 0bd66c77..29b2c21d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,7 +7,7 @@ TESTS = \ invite-offline.test \ invite-tinc-up.test \ ns-ping.test \ - ping.test \ + scripts.test \ sptps-basic.test \ variables.test @@ -15,12 +15,9 @@ dist_check_SCRIPTS = $(TESTS) EXTRA_DIST = testlib.sh -check_PROGRAMS = pong - -pong_SOURCES = pong.c +AM_CFLAGS = -iquote. clean-local: -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done -killall ../src/sptps_test - -killall pong -rm -rf *.test.?