We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0a969 commit 3f3984eCopy full SHA for 3f3984e
Release/tests/Common/TestRunner/CMakeLists.txt
@@ -100,11 +100,4 @@ if(NOT IOS)
100
)
101
endif()
102
103
-
104
- add_custom_target(run_tests ALL DEPENDS run_tests.sh)
105
- add_custom_command(
106
- OUTPUT run_tests.sh
107
- COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/run_tests.sh $<TARGET_FILE_DIR:test_runner>
108
- DEPENDS run_tests.sh
109
- )
110
Release/tests/Common/TestRunner/run_tests.sh
0 commit comments