summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-27 12:46:52 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2015-12-02 00:53:00 +0100
commit072d3a6ef70bb9c841a2808745e9c01948d90dfe (patch)
treebbd4ce5701a70835b86fe70a30d489a1c7e95128 /test/Makefile.am
parent81f48a9c6221a51bd2854ea27e2131d25846254b (diff)
downloaddbus-072d3a6ef70bb9c841a2808745e9c01948d90dfe.tar.gz
Don't try to run manual tests in installcheck
We were mistakenly running all installed executables, even manual tests that never terminate. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c3c38152..605170e0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -298,7 +298,7 @@ if DBUS_ENABLE_INSTALLED_TESTS
$(installcheck_environment) \
$(srcdir)/dbus-test-runner \
$(testexecdir) \
- $(testexec_PROGRAMS); }
+ $(installable_tests); }
endif DBUS_ENABLE_INSTALLED_TESTS
in_data = \