summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 17:41:45 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 17:41:45 (EDT)
commit7a7b84a3b7761dcd2e4051a30fc5bd2236b8be11 (patch)
treeeaadbdc1222509b7927b06598d0b3896c4d76dce /tests/local.mk
parent01100b3ccc8a5af5ef58615e7486b05efa8d7703 (diff)
tests: Add common functions (copied from opkbuild)
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 637eb30..84833d1 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -10,4 +10,5 @@ SH_LOG_DRIVER = \
EXTRA_DIST += \
$(TESTS) \
build-aux/tap-driver.sh \
- tests/aux/tap-functions.sh
+ tests/aux/tap-functions.sh \
+ tests/aux/common.sh