]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
tests: Build test-sleep-forever even if embedded tests are disabled
authorSimon McVittie <smcv@collabora.com>
Thu, 25 Oct 2018 15:42:21 +0000 (16:42 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 31 Oct 2018 16:56:36 +0000 (16:56 +0000)
It will be used as a long-running subprocess to test
_dbus_command_for_pid().

Signed-off-by: Simon McVittie <smcv@collabora.com>
test/Makefile.am

index 539acb6c1b8aaf72c699c1c964ef01d7056242f9..5f99b689a8892bf61fe127b251d49d6c153cc730 100644 (file)
@@ -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 \