Skip to content
Snippets Groups Projects
Commit 0b4118be authored by Bienchen's avatar Bienchen
Browse files

Spelling mistakes in CMake

parent 30fc0e61
Branches
Tags
No related merge requests found
...@@ -807,9 +807,9 @@ macro(promod3_unittest) ...@@ -807,9 +807,9 @@ macro(promod3_unittest)
if(TARGET "_${_ARG_MODULE}") if(TARGET "_${_ARG_MODULE}")
add_dependencies("${py_test}_run" "_${_ARG_MODULE}") add_dependencies("${py_test}_run" "_${_ARG_MODULE}")
endif() endif()
# XML test outputgets an logical OR to 'echo' so if sth fails, make # XML test output gets an logical OR to 'echo' so if sth fails, make
# continues and we get output for all unit tests. Just calling 'echo' # continues and we get output for all unit tests. Just calling 'echo'
# giveth $?=0. # gives $?=0.
add_custom_target("${py_test}_run_xml" add_custom_target("${py_test}_run_xml"
sh -c "${PY_TESTS_CMD} ${py_twp} xml || echo" sh -c "${PY_TESTS_CMD} ${py_twp} xml || echo"
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment