projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix typos in the documentation.
[tinc]
/
test
/
Makefile.am
1
TESTS = \
2
basic.test \
3
commandline.test \
4
executables.test \
5
import-export.test \
6
invite-join.test \
7
ping.test \
8
sptps-basic.test \
9
variables.test
10
11
dist_check_SCRIPTS = $(TESTS)
12
13
EXTRA_DIST = testlib.sh
14
15
check_PROGRAMS = pong
16
17
pong_SOURCES = pong.c
18
19
clean-local:
20
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
21
-killall ../src/sptps_test
22
-killall pong
23
-rm -rf *.test.?