]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Added new cmake test targets
authormichael <michael@localhost.localdomain>
Fri, 5 Nov 2021 22:22:48 +0000 (23:22 +0100)
committermichael <michael@localhost.localdomain>
Fri, 5 Nov 2021 22:22:48 +0000 (23:22 +0100)
CoreFlows/examples/CMakeLists.txt

index 6f0f8187631c819e6fb53f1c11cc7b4c3cde0c05..a88789b9bdd5e993bd0f9d5616f0bbbf6d0acb4d 100755 (executable)
@@ -16,7 +16,12 @@ if (COREFLOWS_WITH_PYTHON )
 
 endif (COREFLOWS_WITH_PYTHON )
 
-add_custom_target (tests_CoreFlows COMMAND ctest -O testsCoreFlows.log)
+add_custom_target (CoreFlows COMMAND ctest -O testsCoreFlows.log)
+
+add_custom_target (cpp COMMAND ctest -R .exe)# may be replace ctest -R with ctest -L
+add_custom_target (mpi COMMAND ctest -R Procs)# may be replace ctest -R with ctest -L
+add_custom_target (eos COMMAND ctest -R EOS)# may be replace ctest -R with ctest -L
+add_custom_target (coupled COMMAND ctest -R Coupled)# may be replace ctest -R with ctest -L
 
 add_custom_target (SinglePhase COMMAND ctest -R SinglePhase)# may be replace ctest -R with ctest -L
 add_custom_target (DriftModel  COMMAND ctest -R DriftModel) # may be replace ctest -R with ctest -L