summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-08-13 23:41:34 +0100
committerSimon McVittie <smcv@debian.org>2018-08-13 23:41:34 +0100
commitac3c8af42e1f2e209bf62f575f7173e0dfff09de (patch)
treebc5cc9ce53c06d2c52f96c4c24fe1f3650d59eea
parent1230d87f03922b2da5c38ba6c60ac87e252d2983 (diff)
downloadgjs-ac3c8af42e1f2e209bf62f575f7173e0dfff09de.tar.gz
build: Include debugger.test.in in dist tarballs
Otherwise you can't build a dist tarball with --enable-installed-tests. Reproducible with: make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-installed-tests Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--Makefile-insttest.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-insttest.am b/Makefile-insttest.am
index 24da82ee..d7a8736f 100644
--- a/Makefile-insttest.am
+++ b/Makefile-insttest.am
@@ -1,4 +1,5 @@
EXTRA_DIST += \
+ installed-tests/debugger.test.in \
installed-tests/minijasmine.test.in \
installed-tests/script.test.in \
installed-tests/js/jsunit.gresources.xml \