From: michael Date: Fri, 5 Nov 2021 22:22:48 +0000 (+0100) Subject: Added new cmake test targets X-Git-Tag: V9_8_0~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0526bb249a823c05c086c619e9ed119cf5277809;p=tools%2Fsolverlab.git Added new cmake test targets --- diff --git a/CoreFlows/examples/CMakeLists.txt b/CoreFlows/examples/CMakeLists.txt index 6f0f818..a88789b 100755 --- a/CoreFlows/examples/CMakeLists.txt +++ b/CoreFlows/examples/CMakeLists.txt @@ -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