X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=0ba4da94183b2fa0a68c4dc1be62829edf0553b6;hb=bf7abd5a059d27dc544b435b67f7f1d5419d318b;hp=da77fb790fcbab2ede1f9207c960b19d71aec9f9;hpb=cfe507c299935bd231be698b8a426cc730f52936;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index da77fb79..0ba4da94 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ TESTS = \ basic.test \ executables.test \ commandline.test \ - compression.test \ + command-fsck.test \ import-export.test \ invite-join.test \ invite-offline.test \ @@ -14,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) @@ -31,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