Prevent oracle attacks in the legacy protocol (CVE-2018-16737, CVE-2018-16738)
[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         security.test \
12         sptps-basic.test \
13         variables.test
14
15 dist_check_SCRIPTS = $(TESTS)
16
17 EXTRA_DIST = testlib.sh
18
19 AM_CFLAGS = -iquote.
20
21 check_PROGRAMS = \
22         splice
23
24 splice_SOURCES = splice.c
25
26 clean-local:
27         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
28         -killall ../src/sptps_test
29         -rm -rf *.test.?