Let the CLI prevent adding incorrect Subnets.
[tinc] / test / Makefile.am
1 TESTS = \
2         basic.test \
3         executables.test \
4         commandline.test \
5         compression.test \
6         import-export.test \
7         invite-join.test \
8         invite-offline.test \
9         invite-tinc-up.test \
10         variables.test \
11         scripts.test \
12         security.test \
13         sptps-basic.test
14
15 if WITH_LEGACY_PROTOCOL
16 TESTS += \
17          legacy-protocol.test \
18          algorithms.test
19 endif
20
21 if LINUX
22 TESTS += ns-ping.test
23 endif
24
25 dist_check_SCRIPTS = $(TESTS)
26
27 AM_CFLAGS = -iquote.
28
29 check_PROGRAMS = \
30         splice
31
32 splice_SOURCES = splice.c
33
34 clean-local:
35         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
36         -killall ../src/sptps_test
37         -rm -rf *.test.?