dbus/test
Jordan Williams fac146f44d
Use project relative paths in CMake files
This makes it possible for projects to incorporate D-Bus as a CMake sub-project in a larger CMake project.
Before this PR, doing so would result in many errors.
This is because CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR would point to directories above the D-Bus project.
Using paths relative to the project directory, PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR, corrects for this.
2022-07-25 14:14:57 -05:00
..
bus test/bus: Break up dispatch test into three separate tests 2022-07-18 11:15:54 +00:00
data meson: add test-autolaunch-win 2022-07-13 20:36:13 +01:00
integration tests: Ensure session bus has started before integration test 2022-02-21 18:09:22 +00:00
internals test: enable AF_UNIX server-oom test on !unix 2022-07-15 16:26:54 +01:00
name-test test: Work around TAP test regression in Meson 0.63.0 2022-07-15 10:10:54 +01:00
.gitignore
CMakeLists.txt Use project relative paths in CMake files 2022-07-25 14:14:57 -05:00
containers.c
corrupt.c test: enable AF_UNIX corrupt test on !unix 2022-07-15 16:26:54 +01:00
dbus-daemon-eavesdrop.c
dbus-daemon.c
dbus-test-runner
disable-crash-handling.c
disable-crash-handling.h
fdpass.c
glib-tap-test.sh
header-fields.c
loopback.c gitlab: skip failing runtime directory check, add FIXME 2022-07-15 16:26:54 +01:00
Makefile.am test/bus: Break up dispatch test into three separate tests 2022-07-18 11:15:54 +00:00
manual-authz.c
manual-backtrace.c
manual-dir-iter.c
manual-paths.c
manual-tcp.c
marshal.c
meson.build test/bus: Break up dispatch test into three separate tests 2022-07-18 11:15:54 +00:00
message.c
meta_template.test.in Add Meson build system 2022-07-13 20:36:13 +01:00
mkdir-m700.py test: Try to create temporary XDG_RUNTIME_DIR with correct mode 2022-07-13 20:36:13 +01:00
monitor.c
relay.c test: enable AF_UNIX relay tests on !unix 2022-07-15 16:26:54 +01:00
sd-activation.c
shell-test.c
spawn-test.c
syntax.c
tap-test.sh.in
test-apparmor-activation.sh
test-dbus-daemon-fork.sh
test-dbus-launch-eval.sh
test-dbus-launch-x11.sh
test-exit.c
test-names.c
test-platform-mutex.c Add unit tests for platform-specific mutex implementation. 2022-05-01 19:52:48 +02:00
test-privserver.c test-privserver: Exit if DBusLoop cannot be allocated 2022-07-15 13:54:59 +01:00
test-segfault.c test-segfault: Fix build error caused by a null pointer dereference warning 2022-04-21 13:54:23 +01:00
test-service.c
test-shell-service.c
test-sleep-forever.c
test-utils-glib.c test: Skip tests that involve switching uid if unable to do so 2022-07-18 10:31:40 +00:00
test-utils-glib.h test: add test_check_af_unix_works() 2022-07-15 16:26:54 +01:00
test-utils.c
test-utils.h
thread-blocking.c
uid-permissions.c