X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=dae30dcf9c0ac693c05eb7953d5e896d78523e0e;hb=refs%2Fheads%2F1.1;hp=9c2f0011cba932f7d7046f06a49a74cacf426eb9;hpb=46f3eba7755089ff68fdc137b0754cae2fa523eb;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index 9c2f0011..00000000 --- a/test/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -TESTS = \ - basic.test \ - commandline.test \ - executables.test \ - import-export.test \ - invite-join.test \ - invite-offline.test \ - invite-tinc-up.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 - -rm -rf *.test.?