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