mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 06:50:08 +01:00
This hopefully helps to get across the point that enabling these tests adds instrumentation to libdbus and dbus-daemon, with a potentially significant impact on code size, performance and security. To avoid a huge diffstat which would be difficult to review, the cpp macro that is checked by most of the C code is still DBUS_ENABLE_EMBEDDED_TESTS, which is defined or undefined under exactly the same conditions as the new DBUS_ENABLE_INTRUSIVE_TESTS. Resolves: https://gitlab.freedesktop.org/dbus/dbus/-/issues/537 Co-authored-by: Philip Withnall <philip@tecnocode.co.uk> Signed-off-by: Simon McVittie <smcv@collabora.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| config.h | ||
| dummy-config.h.in | ||
| meson.build | ||
| use-libdbus.c | ||