0bd66c77ac1fcbd574ec6d9a819c4f2ff78b74e7
[tinc] / test / Makefile.am
1 TESTS = \
2         basic.test \
3         commandline.test \
4         executables.test \
5         import-export.test \
6         invite-join.test \
7         invite-offline.test \
8         invite-tinc-up.test \
9         ns-ping.test \
10         ping.test \
11         sptps-basic.test \
12         variables.test
13
14 dist_check_SCRIPTS = $(TESTS)
15
16 EXTRA_DIST = testlib.sh
17
18 check_PROGRAMS = pong
19
20 pong_SOURCES = pong.c
21
22 clean-local:
23         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
24         -killall ../src/sptps_test
25         -killall pong
26         -rm -rf *.test.?