mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 11:50:18 +01:00
fixed bus-test sha1 connection address on unix with cmake build system
This commit is contained in:
parent
e469239284
commit
76919f681c
1 changed files with 6 additions and 1 deletions
|
|
@ -146,7 +146,12 @@ ENDFOREACH(FILE_TYPE)
|
|||
# TODO merge test/data/valid-config-files/debug-allow-all*.conf.in and ....cmake
|
||||
#
|
||||
SET (CONFIG_FILES test/data/valid-config-files)
|
||||
set (TEST_LISTEN "tcp:host=localhost,port=1234")
|
||||
if (UNIX)
|
||||
set (TEST_LISTEN "debug-pipe:name=test-server")
|
||||
endif (UNIX)
|
||||
if (WIN32)
|
||||
set (TEST_LISTEN "tcp:host=localhost,port=1234")
|
||||
endif (WIN32)
|
||||
configure_file(${CMAKE_SOURCE_DIR}/../${CONFIG_FILES}/debug-allow-all-sha1.conf.cmake ${CMAKE_BINARY_DIR}/${CONFIG_FILES}/debug-allow-all-sha1.conf )
|
||||
configure_file(${CMAKE_SOURCE_DIR}/../${CONFIG_FILES}/debug-allow-all.conf.cmake ${CMAKE_BINARY_DIR}/${CONFIG_FILES}/debug-allow-all.conf )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue