mirror of
https://github.com/reactos/CMake.git
synced 2025-02-01 01:22:58 +00:00
Specify WORKING_DIRECTORY to execute_process() in GoogleTestAddTests
This commit is contained in:
parent
f564f65ff5
commit
3bbf77fa01
@ -30,6 +30,7 @@ if(NOT EXISTS "${TEST_EXECUTABLE}")
|
||||
endif()
|
||||
execute_process(
|
||||
COMMAND ${TEST_EXECUTOR} "${TEST_EXECUTABLE}" --gtest_list_tests
|
||||
WORKING_DIRECTORY "${TEST_WORKING_DIR}"
|
||||
TIMEOUT ${TEST_DISCOVERY_TIMEOUT}
|
||||
OUTPUT_VARIABLE output
|
||||
RESULT_VARIABLE result
|
||||
|
Loading…
x
Reference in New Issue
Block a user