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.
test/functional/test_runner.py
1 parent 9d1174c commit 485bd54Copy full SHA for 485bd54
CMakeLists.txt
@@ -214,6 +214,9 @@ if(NOT ENABLE_TRACING)
214
set(ENABLE_USDT_TRACEPOINTS_TRUE \#)
215
endif()
216
configure_file(test/config.ini.in test/config.ini @ONLY)
217
+execute_process(COMMAND mkdir -p ${CMAKE_BINARY_DIR}/test/functional)
218
+execute_process(COMMAND rm -f ${CMAKE_BINARY_DIR}/test/functional/test_runner.py)
219
+execute_process(COMMAND ln -s ${CMAKE_SOURCE_DIR}/test/functional/test_runner.py ${CMAKE_BINARY_DIR}/test/functional/test_runner.py)
220
221
message("\n")
222
message("Configure summary")
0 commit comments