From: Simon McVittie Date: Thu, 25 Oct 2018 15:42:21 +0000 (+0100) Subject: tests: Build test-sleep-forever even if embedded tests are disabled X-Git-Tag: dbus-1.13.8~38^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d30188a135c12e030b3ca3f1c9c34daca2161725;p=thirdparty%2Fdbus.git tests: Build test-sleep-forever even if embedded tests are disabled It will be used as a long-running subprocess to test _dbus_command_for_pid(). Signed-off-by: Simon McVittie --- diff --git a/test/Makefile.am b/test/Makefile.am index 539acb6c1..5f99b689a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -66,7 +66,6 @@ TEST_BINARIES = \ test-segfault \ test-service \ test-shell-service \ - test-sleep-forever \ $(NULL) ## These are conceptually part of directories that come earlier in SUBDIRS @@ -137,6 +136,7 @@ nobase_testexec_PROGRAMS = nobase_testmeta_DATA = installable_helpers = \ + test-sleep-forever \ $(NULL) installable_tests = \ test-shell \