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