main
Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license
test: use "tty" group rather than "bin"
Add SPDX license tags for the MIT (Expat) license, where straightforward
build: Allow version number to be followed by "-" and a suffix
Rename "embedded tests" to "intrusive tests"
.gitignore: Ignore many more generated files
cmake: add missing environment variables for running tests
Add support for installing most of the modular tests
CI: Bump FreeBSD version to 14.2
When running TAP tests, filter out trailing \r from Windows .exe
manual-dir-iter: Apply a permissive license
manual-paths: Apply a permissive license
manual-tcp: Add a permissive license
Add Meson build system
test: Try to create temporary XDG_RUNTIME_DIR with correct mode
shell-test: Print diagnostics to stderr
tests: Call dbus_shutdown()
Run most tests under the TAP driver, with a simple adaptor for non-TAP tests
test: Fix a variable typo in test-dbus-launch-x11.sh
test-exit: Add a permissive license
test-segfault: Fix build error caused by a null pointer dereference warning
test: Replace _dbus_assert_not_reached()
test-utils: Separate failable and non-failable functions
fix warning, use Sleep, not _sleep on windows (cherry picked from commit ea36c743ad60a2dd5c6286571d1a475903519809)
test: replace free to g_free because g_strdup_printf using g_malloc
_dbus_check_fdleaks_leave: Try to describe what the leaked fd is
test: Move TAP helpers into dbus-testutils if embedded tests are disabled