summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-09 16:51:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-09 16:51:31 (EDT)
commite3bc617e20ab69d4c0285f33eac4fc64afcaae86 (patch)
tree445531419aecf464548d51dc03c315cad1ad98de /tests/local.mk
parent88bf8172ee60504b9d8bd6d2b337097d3cb9aa32 (diff)
Replace everything with README indicating moveHEADmaster
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