29b2c21d34a323d572097a195475ced98c94666d
[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         scripts.test \
11         sptps-basic.test \
12         variables.test
13
14 dist_check_SCRIPTS = $(TESTS)
15
16 EXTRA_DIST = testlib.sh
17
18 AM_CFLAGS = -iquote.
19
20 clean-local:
21         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
22         -killall ../src/sptps_test
23         -rm -rf *.test.?