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