GitHub CI: update list of container images
[tinc] / test / Makefile.am
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644 (file)
index 15db24f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-TESTS = \
-       basic.test \
-       executables.test \
-       import-export.test \
-       sptps-basic.test
-
-EXTRA_DIST = testlib.sh
-
-clean-local:
-       -for pid in *.test.?/pid; do ../src/tinc --pidfile="$$pid" stop; done
-       -killall ../src/sptps_test
-       -rm -rf *.test.?