summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/local.mk b/tests/local.mk
deleted file mode 100644
index 5b5be3b..0000000
--- a/tests/local.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-TESTS = \
- %reldir%/badssl.sh \
- %reldir%/howsmyssl.sh
-TEST_EXTENSIONS = .sh
-SH_LOG_DRIVER = \
- AM_TAP_AWK='$(AWK)' \
- TOP_SRCDIR="$(abs_top_srcdir)" \
- TOP_BUILDDIR="$(abs_top_builddir)" \
- $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
-EXTRA_DIST += \
- $(TESTS) \
- build-aux/tap-driver.sh \
- tests/aux/tap-functions.sh \
- tests/aux/json.sh