tinc/test/Makefile.am

25 lines
419 B
Makefile
Raw Normal View History

2013-08-31 22:39:14 +00:00
TESTS = \
basic.test \
2013-09-05 12:59:56 +00:00
commandline.test \
2013-09-01 19:06:25 +00:00
executables.test \
import-export.test \
invite-join.test \
ns-ping.test \
ping.test \
2013-09-05 12:59:56 +00:00
sptps-basic.test \
variables.test
2013-08-31 22:39:14 +00:00
dist_check_SCRIPTS = $(TESTS)
2013-08-31 22:39:14 +00:00
EXTRA_DIST = testlib.sh
check_PROGRAMS = pong
pong_SOURCES = pong.c
2013-08-31 22:39:14 +00:00
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
-killall pong
2013-08-31 22:39:14 +00:00
-rm -rf *.test.?