mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-19 20:40:39 +02:00
use correct test data dir (cherry picked from commit ef471a74068b198ed10fe2a377520aa6a68b8370)
This commit is contained in:
parent
7a4b9293f3
commit
8f15f6713b
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if (DBUS_BUILD_TESTS)
|
|||
target_link_libraries(bus-test ${DBUS_1} ${LIBS})
|
||||
endif(splitlib AND MSVC)
|
||||
#install_targets(/bin bus-test)
|
||||
add_test(bus-test ${EXECUTABLE_OUTPUT_PATH}/bus-test ${CMAKE_SOURCE_DIR}/../test/data)
|
||||
add_test(bus-test ${EXECUTABLE_OUTPUT_PATH}/bus-test ${CMAKE_BINARY_DIR}/test/data)
|
||||
endif (DBUS_BUILD_TESTS)
|
||||
|
||||
if(MSVC)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue