projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix warnings when compiling for Windows.
[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-offline.test \
8
invite-tinc-up.test \
9
legacy-protocol.test \
10
ns-ping.test \
11
scripts.test \
12
security.test \
13
sptps-basic.test \
14
variables.test
15
16
dist_check_SCRIPTS = $(TESTS)
17
18
EXTRA_DIST = testlib.sh
19
20
AM_CFLAGS = -iquote.
21
22
check_PROGRAMS = \
23
splice
24
25
splice_SOURCES = splice.c
26
27
clean-local:
28
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
29
-killall ../src/sptps_test
30
-rm -rf *.test.?