dbus/test/internals
Simon McVittie b7f11c17d1 _dbus_test_main: Move to test-utils
Now that there is no code outside test/ that calls into this, we can
move it into test/, reducing the size of libdbus.

dbus-test-tap.[ch] still need to stay in dbus/ as long as there is
code in dbus/ or bus/ relying on them, and also need to be linked into
libdbus as long as there is other code in libdbus relying on them,
so they stay where they are for now. Similarly, dbus-tests.h lists
the tests that are still embedded in libdbus, and must stay where
it is for the moment.

With this move, various tests now need to be linked to the dbus-testutils
convenience library.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2019-01-21 15:19:36 +00:00
..
assertions.c Move _dbus_disable_crash_handling() back into test/ directory 2018-12-11 12:47:22 +00:00
desktop-file.c desktop-file test: Don't leak errors 2018-11-19 11:38:11 +00:00
misc-internals.c _dbus_test_main: Move to test-utils 2019-01-21 15:19:36 +00:00
printf.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00
refs.c Increase the number of references/threads to be tested under Windows by default to detect errors 2018-12-14 11:04:21 +01:00
server-oom.c Skip server oom wildcard test on Windows to avoid firewall exception request 2018-12-06 17:08:29 +01:00
spawn-oom.c _dbus_test_main: Move to test-utils 2019-01-21 15:19:36 +00:00
sysdeps.c sysdeps test: Wait for spawned process to exit 2018-12-05 15:30:47 +01:00
syslog.c syslog test: Don't assert that we see plain LF newlines 2018-12-05 15:27:43 +01:00
variant.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00