X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2FMakefile.am;h=8c8d08fe1d76fbee882de36e5db467acc66d99bd;hb=4fbaf80d56a418ebd23eeace9053fa8f20097f77;hp=7a09576ef2312ae71d399ec2c54a1c26c4c986ee;hpb=2faf3e91af90716180bde27f54370fe4cbfc64c2;p=tinc diff --git a/test/Makefile.am b/test/Makefile.am index 7a09576e..8c8d08fe 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,13 +1,34 @@ TESTS = \ basic.test \ - commandline.test \ executables.test \ + commandline.test \ import-export.test \ invite-join.test \ - sptps-basic.test \ - variables.test + invite-offline.test \ + invite-tinc-up.test \ + variables.test \ + scripts.test \ + security.test \ + sptps-basic.test + +if WITH_LEGACY_PROTOCOL +TESTS += \ + legacy-protocol.test \ + algorithms.test +endif + +if LINUX +TESTS += ns-ping.test +endif + +dist_check_SCRIPTS = $(TESTS) + +AM_CFLAGS = -iquote. + +check_PROGRAMS = \ + splice -EXTRA_DIST = testlib.sh +splice_SOURCES = splice.c clean-local: -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done