Ensure "make distcheck" really runs without errors.
[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         scripts.test \
12         sptps-basic.test \
13         variables.test
14
15 dist_check_SCRIPTS = $(TESTS)
16
17 EXTRA_DIST = testlib.sh
18
19 check_PROGRAMS = pong
20
21 pong_SOURCES = pong.c
22
23 AM_CFLAGS = -iquote.
24
25 clean-local:
26         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
27         -killall ../src/sptps_test
28         -killall pong
29         -rm -rf *.test.?