tinc/test/Makefile.am

49 lines
911 B
Makefile
Raw Normal View History

2015-06-26 15:17:39 +00:00
test_scripts = \
basic.test \
commandline.test \
executables.test \
import-export.test \
invite-join.test \
ns-ping.test \
ping.test \
sptps-basic.test \
variables.test
2013-08-31 22:39:14 +00:00
TESTS = \
basic.test \
2013-09-05 12:59:56 +00:00
commandline.test \
2013-09-01 19:06:25 +00:00
executables.test \
import-export.test \
invite-join.test \
invite-offline.test \
invite-tinc-up.test \
ns-ping.test \
ping.test \
scripts.test \
2013-09-05 12:59:56 +00:00
sptps-basic.test \
variables.test
2013-08-31 22:39:14 +00:00
dist_check_SCRIPTS = $(TESTS)
2013-08-31 22:39:14 +00:00
EXTRA_DIST = testlib.sh
2015-06-26 15:17:39 +00:00
check_PROGRAMS = pong simple
pong_SOURCES = pong.c
2015-06-26 15:17:39 +00:00
simple_SOURCES = \
simple.c
pong_LDFLAGS = -L$(top_srcdir)/src -ltinc
simple_CFLAGS = -I$(top_srcdir)/src -I/usr/include -iquote$(top_srcdir)/src
simple_LDFLAGS = -L$(top_srcdir)/src -lcmocka -ltincd -lchacha_poly1305 -led25519
2013-08-31 22:39:14 +00:00
clean-local:
-for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-killall ../src/sptps_test
-killall pong
2013-08-31 22:39:14 +00:00
-rm -rf *.test.?