From 1cdc43c8fac545cc96201cdd6d4cd420157b7c3a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 7 Sep 2016 16:42:08 +0100 Subject: [PATCH] Make empty-configure executable when it is installed Signed-off-by: Simon McVittie --- tests/Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 2f83c116..7104abb1 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -74,6 +74,7 @@ tests/test-basic.sh: tests/package_version.txt dist_installed_test_extra_scripts += \ buildutil/tap-driver.sh \ + tests/empty-configure \ tests/test-configure \ tests/make-test-app.sh \ tests/make-test-runtime.sh \ @@ -88,7 +89,6 @@ installed_test_data = \ tests/session.conf.in \ tests/0001-Add-test-logo.patch \ tests/org.test.Python.json \ - tests/empty-configure \ tests/testpython.py \ tests/importme.py \ tests/importme2.py \