4766004880406b4d5382999d6f27b9e2648ff74f
[tinc] / test / Makefile.am
1 TESTS = \
2         basic.test \
3         executables.test \
4         import-export.test \
5         invite-join.test \
6         sptps-basic.test
7
8 EXTRA_DIST = testlib.sh
9
10 clean-local:
11         -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
12         -killall ../src/sptps_test
13         -rm -rf *.test.?