X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=0ba4da94183b2fa0a68c4dc1be62829edf0553b6;hb=b18d5b572992debb04a7851e43143711319243a0;hp=8c8d08fe1d76fbee882de36e5db467acc66d99bd;hpb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 8c8d08fe..0ba4da94 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,6 +2,7 @@ TESTS = \ basic.test \ executables.test \ commandline.test \ + command-fsck.test \ import-export.test \ invite-join.test \ invite-offline.test \ @@ -13,12 +14,14 @@ TESTS = \ if WITH_LEGACY_PROTOCOL TESTS += \ - legacy-protocol.test \ - algorithms.test + legacy-protocol.test \ + algorithms.test endif if LINUX -TESTS += ns-ping.test +TESTS += \ + ns-ping.test \ + compression.test endif dist_check_SCRIPTS = $(TESTS) @@ -30,6 +33,9 @@ check_PROGRAMS = \ splice_SOURCES = splice.c +.PHONY: extra +extra: $(check_PROGRAMS) + clean-local: -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done -killall ../src/sptps_test