tinc/test/Makefile.am

31 lines
525 B
Makefile
Raw Normal View History

2019-08-26 11:44:51 +00:00
TESTS = \
basic.test \
commandline.test \
executables.test \
import-export.test \
invite-join.test \
2019-08-26 11:44:52 +00:00
invite-offline.test \
2019-08-26 11:44:52 +00:00
invite-tinc-up.test \
2019-08-26 11:44:53 +00:00
legacy-protocol.test \
2019-08-26 11:44:51 +00:00
ns-ping.test \
2019-08-26 11:44:52 +00:00
scripts.test \
2019-08-26 11:44:53 +00:00
security.test \
2019-08-26 11:44:51 +00:00
sptps-basic.test \
variables.test
dist_check_SCRIPTS = $(TESTS)
EXTRA_DIST = testlib.sh
2019-08-26 11:44:53 +00:00
AM_CFLAGS = -iquote.
2019-08-26 11:44:51 +00:00
2019-08-26 11:44:53 +00:00
check_PROGRAMS = \
splice
splice_SOURCES = splice.c
2019-08-26 11:44:51 +00:00
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
-rm -rf *.test.?