Skip to content
Snippets Groups Projects
Commit efd7e8f3 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove automatic build of run_unit_tests target

parent f382992a
No related branches found
No related tags found
1 merge request!19Feature/ci
...@@ -220,7 +220,6 @@ add_subdirectory(tests) ...@@ -220,7 +220,6 @@ add_subdirectory(tests)
enable_testing() enable_testing()
add_custom_target(run_unit_tests add_custom_target(run_unit_tests
ALL
COMMAND ${CMAKE_CTEST_COMMAND} -j ${PROCESSOR_COUNT} COMMAND ${CMAKE_CTEST_COMMAND} -j ${PROCESSOR_COUNT}
DEPENDS unit_tests mpi_unit_tests DEPENDS unit_tests mpi_unit_tests
COMMENT "Executing unit tests." COMMENT "Executing unit tests."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment