summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 17:48:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 17:48:42 (EDT)
commit20e7387e0bbdee2ebf102df20268a7916fbabff3 (patch)
tree2eb4e40a70a3a1c65f0cfe95a72acd0dbf6e752c /tests/local.mk
parenteba74d1a22fb8f939501e86cc48c84b1fc477d12 (diff)
parent068d3b26698139ee92e6767648d2ebace18234b6 (diff)
Merge branch 'feature/test-suite'
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
new file mode 100644
index 0000000..84833d1
--- /dev/null
+++ b/tests/local.mk
@@ -0,0 +1,14 @@
+TESTS = \
+ %reldir%/version.sh \
+ %reldir%/build.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/common.sh