summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 16:20:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-06-17 17:38:37 (EDT)
commit01100b3ccc8a5af5ef58615e7486b05efa8d7703 (patch)
tree3f3a3c05bf0431bfdd324e805920b547a520fb74 /tests/local.mk
parentcb80b714acc112048123dd62226f28d57436eb66 (diff)
tests: Add package build test
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 63d1018..637eb30 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,5 +1,6 @@
TESTS = \
- %reldir%/version.sh
+ %reldir%/version.sh \
+ %reldir%/build.sh
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
AM_TAP_AWK='$(AWK)' \