catch2/contrib
Stephane Del Pino 544c7d7cbf Add the optional variable OptionalCatchTestLauncher
This variable is set to allow the use of the nice ParseAndAddCatchTests script
in the case where a launcher is needed to execute  the script.

This is introduced to allow to launch unit tests using mpi. In this case one can
write for instance
  set(OptionalCatchTestLauncher ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} ${NUMPROC})
before calling the ParseAndAddCatchTests function.
2018-10-25 15:51:15 +02:00
..
Catch.cmake Catch ``catch_discover_tests`` 2018-01-11 21:17:12 +01:00
CatchAddTests.cmake Fix catch_discover_tests() - now should correctly find tests with commas | Related to #1327 2018-10-16 16:06:31 +02:00
ParseAndAddCatchTests.cmake Add the optional variable OptionalCatchTestLauncher 2018-10-25 15:51:15 +02:00
gdbinit Add gdbinit and lldbinit files with commands to skip stepping into Catch code during debugging 2018-05-09 17:46:31 +02:00
lldbinit Add gdbinit and lldbinit files with commands to skip stepping into Catch code during debugging 2018-05-09 17:46:31 +02:00