]> git.meshlink.io Git - meshlink/blobdiff - test/Makefile.am
Remove old tests for tinc 1.1 and add a basic test for MeshLink.
[meshlink] / test / Makefile.am
index 4cb5f3f0f06132133bb7f73143c52089764d1e7c..2b72a0a49b9885f0b905d177c8eb32c1c562cda2 100644 (file)
@@ -1,10 +1,11 @@
 TESTS = \
-       basic.test \
-       executables.test \
-       import-export.test \
-       sptps-basic.test
+       basic.test
 
-EXTRA_DIST = testlib.sh
+dist_check_SCRIPTS = $(TESTS)
 
-clean-local:
-       -rm -rf *.test.?
+AM_CPPFLAGS = -I../src
+
+check_PROGRAMS = basic
+
+basic_SOURCES = basic.c
+basic_LDADD = ../src/libmeshlink.la