X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2FMakefile.am;h=2b72a0a49b9885f0b905d177c8eb32c1c562cda2;hb=fee97d39829f1b54176d9db75d84fc2bd8d023df;hp=5457b2fcd6b919a253ee71ce1e0d620f8614e98c;hpb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;p=meshlink diff --git a/test/Makefile.am b/test/Makefile.am index 5457b2fc..2b72a0a4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,24 +1,11 @@ TESTS = \ - basic.test \ - commandline.test \ - executables.test \ - import-export.test \ - invite-join.test \ - ns-ping.test \ - ping.test \ - sptps-basic.test \ - variables.test + basic.test dist_check_SCRIPTS = $(TESTS) -EXTRA_DIST = testlib.sh +AM_CPPFLAGS = -I../src -check_PROGRAMS = pong +check_PROGRAMS = basic -pong_SOURCES = pong.c - -clean-local: - -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done - -killall ../src/sptps_test - -killall pong - -rm -rf *.test.? +basic_SOURCES = basic.c +basic_LDADD = ../src/libmeshlink.la