tinc/test/Makefile.am

26 lines
442 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-tinc-up.test \
2019-08-26 11:44:51 +00:00
ns-ping.test \
2019-08-26 11:44:51 +00:00
ping.test \
sptps-basic.test \
variables.test
dist_check_SCRIPTS = $(TESTS)
EXTRA_DIST = testlib.sh
check_PROGRAMS = pong
pong_SOURCES = pong.c
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
-killall pong
-rm -rf *.test.?