GitHub CI: update list of container images
[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         legacy-protocol.test \
10         ns-ping.test \
11         scripts.test \
12         security.test \
13         sptps-basic.test \
14         variables.test
15
16 dist_check_SCRIPTS = $(TESTS)
17
18 AM_CFLAGS = -iquote.
19
20 check_PROGRAMS = \
21         splice
22
23 splice_SOURCES = splice.c
24
25 clean-local:
26         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
27         -killall ../src/sptps_test
28         -rm -rf *.test.?