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