Now that the directory doesn't exist in git, the embedded tests fail
in a clean git checkout.
Signed-off-by: Simon McVittie <smcv@collabora.com>
### keep these in creation order, i.e. uppermost dirs first
set (TESTDIRS
test/data
- test/data/valid-messages
test/data/invalid-messages
test/data/incomplete-messages
test/data/auth
test/data/valid-config-files/session.d
test/data/valid-config-files-system
test/data/valid-config-files-system/system.d
- test/data/valid-messages
test/data/valid-service-files
test/data/valid-service-files-system
test/data/invalid-config-files
retval = FALSE;
_dbus_string_init_const (&test_directory, test_data_dir);
-
- if (!process_test_subdir (&test_directory, "valid-messages",
- DBUS_VALID, func, user_data))
- goto failed;
- check_memleaks ();
-
if (!process_test_subdir (&test_directory, "invalid-messages",
DBUS_INVALID_FOR_UNKNOWN_REASON, func, user_data))
goto failed;