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

Add manually simple label for MPI unit tests

parent bec0b445
No related branches found
No related tags found
1 merge request!11Feature/mpi
......@@ -48,4 +48,9 @@ if (${PASTIS_HAS_MPI})
${MPIEXEC_PREFLAGS}
${PASTIS_BINARY_DIR}/mpi_unit_tests
${MPIEXEC_POSTFLAGS})
# Should patch ParseAndAddCatchTests macro to allow additional command parameter
# to launch tests
set_tests_properties("mpi_unit_tests" PROPERTIES FAIL_REGULAR_EXPRESSION "No tests ran"
LABELS "mpi")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment