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