From d30188a135c12e030b3ca3f1c9c34daca2161725 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 25 Oct 2018 16:42:21 +0100 Subject: [PATCH] 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 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3