mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 01:57:58 +02:00
Keep defines for dbus test in sync with autotools.
This commit is contained in:
parent
e828d41e3e
commit
ae9edf9b0d
1 changed files with 2 additions and 0 deletions
|
|
@ -462,8 +462,10 @@ if (DBUS_BUILD_TESTS)
|
|||
# set variables used for the .in files (substituted by configure_file) in test/data:
|
||||
set(TEST_VALID_SERVICE_DIR ${CMAKE_BINARY_DIR}/test/data/valid-service-files)
|
||||
set(TEST_VALID_SERVICE_SYSTEM_DIR ${CMAKE_BINARY_DIR}/test/data/valid-service-files-system)
|
||||
set(TEST_INVALID_SERVICE_SYSTEM_DIR ${CMAKE_BINARY_DIR}/test/data/invalid-service-files-system)
|
||||
set(TEST_SOCKET_DIR ${DBUS_SESSION_SOCKET_DIR} )
|
||||
set(TEST_LAUNCH_HELPER_BINARY ${EXECUTABLE_OUTPUT_PATH}/dbus-daemon-launch-helper-test)
|
||||
set(TEST_PRIVSERVER_BINARY ${EXECUTABLE_OUTPUT_PATH}/test-privserver)
|
||||
if (UNIX)
|
||||
set (TEST_LISTEN "debug-pipe:name=test-server")
|
||||
set (TEST_CONNECTION "${TEST_LISTEN}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue