Add the scripts test.
[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 clean-local:
24         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
25         -killall ../src/sptps_test
26         -killall pong
27         -rm -rf *.test.?