Add a test for invite and join commands.
[oweals/tinc.git] / 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.?