Restore libgcrypt support.
[tinc] / test / Makefile.am
1 TESTS = \
2         basic.test \
3         executables.test \
4         commandline.test \
5         command-fsck.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 += \
23         ns-ping.test \
24         compression.test
25 endif
26
27 dist_check_SCRIPTS = $(TESTS)
28
29 AM_CFLAGS = -iquote.
30
31 check_PROGRAMS = \
32         splice
33
34 splice_SOURCES = splice.c
35
36 .PHONY: extra
37 extra: $(check_PROGRAMS)
38
39 clean-local:
40         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
41         -killall ../src/sptps_test
42         -rm -rf *.test.?