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