summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-09-03 14:53:24 -0700
committerSimon McVittie <smcv@collabora.com>2018-12-17 14:12:59 +0000
commit295e5a19a7986ef7f5baca9187f334e83fbf45be (patch)
treeee1c92d5f367ef1b24a3fb61981de9f4efce98b7 /cmake
parent9c4f9206c494010dffdb4ede26087415f603016b (diff)
downloaddbus-295e5a19a7986ef7f5baca9187f334e83fbf45be.tar.gz
tests: Collect common code from embedded-test main executables
This all seems to have been written by Red Hat or by Collabora, so we have permission to relicense it under the MIT/X11 license, and we might as well do so. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/dbus/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt
index eb0e2189..9abe4a85 100644
--- a/cmake/dbus/CMakeLists.txt
+++ b/cmake/dbus/CMakeLists.txt
@@ -171,8 +171,8 @@ set (DBUS_UTIL_SOURCES
if (DBUS_ENABLE_EMBEDDED_TESTS)
set (DBUS_UTIL_SOURCES
${DBUS_UTIL_SOURCES}
- ${DBUS_DIR}/dbus-test.c
${DBUS_DIR}/dbus-spawn-test.c
+ ${DBUS_DIR}/dbus-test-wrappers.c
)
endif (DBUS_ENABLE_EMBEDDED_TESTS)
@@ -185,6 +185,7 @@ set (DBUS_UTIL_HEADERS
${DBUS_DIR}/dbus-socket-set.h
${DBUS_DIR}/dbus-spawn.h
${DBUS_DIR}/dbus-test.h
+ ${DBUS_DIR}/dbus-test-wrappers.h
)
### platform specific settings