diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-03 14:45:35 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-04 17:15:36 +0000 |
commit | 94610d7de6c9a00729a53c4bc9f6517c62696732 (patch) | |
tree | 5ae63202bb93d0f500b5194cd13942fc6a3e4f51 /cmake | |
parent | 1a28f82926c31ae17b8688bdeb6d68f29d628592 (diff) | |
download | dbus-94610d7de6c9a00729a53c4bc9f6517c62696732.tar.gz dbus-94610d7de6c9a00729a53c4bc9f6517c62696732.tar.bz2 dbus-94610d7de6c9a00729a53c4bc9f6517c62696732.zip |
Add a common test_init() for GLib tests which prevents hanging forever
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46787
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 42c56041..477beb40 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -77,7 +77,7 @@ if(DBUS_WITH_GLIB) ${CMAKE_SOURCE_DIR}/../test/test-utils-glib.h ${CMAKE_SOURCE_DIR}/../test/test-utils-glib.c ) - target_link_libraries(dbus-testutils-glib ${DBUS_INTERNAL_LIBRARIES}) + target_link_libraries(dbus-testutils-glib dbus-testutils ${DBUS_INTERNAL_LIBRARIES}) add_definitions( ${GLIB2_DEFINITIONS} |