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 b8004fe commit c4ae619Copy full SHA for c4ae619
unittest/CMakeLists.txt
@@ -57,9 +57,11 @@ function(config_test test tagname opttype)
57
add_lib_unit_test(${MODNAME})
58
set(PYTHON_TEST_NAME "py-${test}-${tagname}")
59
add_test(NAME ${PYTHON_TEST_NAME}
60
- COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_BINARY_DIR}/python/${py_file}")
+ COMMAND ${PYTHON_EXECUTABLE}
61
+ "${CMAKE_CURRENT_BINARY_DIR}/python/${py_file}")
62
compute_pythonpath(ENV_VARIABLES "unittest")
- set_tests_properties(${PYTHON_TEST_NAME} PROPERTIES ENVIRONMENT "${ENV_VARIABLES}")
63
+ set_tests_properties(${PYTHON_TEST_NAME} PROPERTIES ENVIRONMENT
64
+ "${ENV_VARIABLES}")
65
endfunction()
66
67
config_test(variant boost "boost::variant")
0 commit comments