summaryrefslogtreecommitdiff
path: root/tests/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am.inc')
-rw-r--r--tests/Makefile.am.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index 5c9b48f..4a89138 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -41,8 +41,14 @@ install-data-hook:
check_PROGRAMS += $(TEST_PROGS)
+tests/package_version.txt: Makefile
+ echo $(PACKAGE_VERSION) > tests/package_version.txt
+
+tests/test-basic.sh: tests/package_version.txt
+
installed_test_SCRIPTS += \
buildutil/tap-driver.sh \
+ tests/package_version.txt \
tests/make-test-app.sh \
tests/make-test-runtime.sh \
tests/make-test-bundles.sh \