summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2016-05-16 15:35:01 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2016-05-20 06:18:20 +0200
commitb6bc658103ef54e2bdc64a853b838def5ba4b96a (patch)
tree5669ac0c2b8cd62363c3b5412869f35b952fe75a /cmake
parent8f6fe1451ead14b82475177f40bbc2c256cba876 (diff)
downloaddbus-b6bc658103ef54e2bdc64a853b838def5ba4b96a.tar.gz
Migrate platform specific spawn tests into cross platform tests.
Also enable segfault checks on windows because the reason why it has been disabled has been fixed with bug #95155. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95191 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/dbus/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt
index 851ec604..c5c5ebd6 100644
--- a/cmake/dbus/CMakeLists.txt
+++ b/cmake/dbus/CMakeLists.txt
@@ -168,6 +168,7 @@ if (DBUS_ENABLE_EMBEDDED_TESTS)
set (DBUS_UTIL_SOURCES
${DBUS_UTIL_SOURCES}
${DBUS_DIR}/dbus-test.c
+ ${DBUS_DIR}/dbus-spawn-test.c
)
endif (DBUS_ENABLE_EMBEDDED_TESTS)