summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-29 20:12:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-29 21:03:22 (EDT)
commit9149f124b44918159541ed268bc1a0c58e52c236 (patch)
treee4d35c7b856341f41bac2b5df45abe4481b421f0 /tests/local.mk
parent82fc101164b4f420972bf6e25b529ffd012d89bb (diff)
build: Add test framework
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
new file mode 100644
index 0000000..2895de2
--- /dev/null
+++ b/tests/local.mk
@@ -0,0 +1,11 @@
+TESTS =
+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