diff options
author | Simon McVittie <smcv@collabora.com> | 2017-11-14 14:01:56 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-11-15 12:11:21 +0000 |
commit | 5ffb709b42783b0d13a49b8c9a84c75f556c88a2 (patch) | |
tree | 62c21a30307a05fd9d5db6856df0654982ed0984 /cmake | |
parent | fb9e8e4e0ce24b1fa65e157739826773b5d3f05d (diff) |
Add utility functions to emit TAP diagnostics and fatal errors
Reviewed-by: Philip Withnall <withnall@endlessm.com>
[smcv: Add an explanatory comment as suggested]
Signed-off-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103601
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/dbus/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/dbus/CMakeLists.txt b/cmake/dbus/CMakeLists.txt index 8a01d918..2fdd1128 100644 --- a/cmake/dbus/CMakeLists.txt +++ b/cmake/dbus/CMakeLists.txt @@ -127,6 +127,7 @@ set (DBUS_SHARED_SOURCES ${DBUS_DIR}/dbus-string.c ${DBUS_DIR}/dbus-sysdeps.c ${DBUS_DIR}/dbus-pipe.c + ${DBUS_DIR}/dbus-test-tap.c ) set (DBUS_SHARED_HEADERS @@ -141,6 +142,7 @@ set (DBUS_SHARED_HEADERS ${DBUS_DIR}/dbus-string-private.h ${DBUS_DIR}/dbus-pipe.h ${DBUS_DIR}/dbus-sysdeps.h + ${DBUS_DIR}/dbus-test-tap.h ) ### source code that is generic utility functionality used |