X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FCTestTestfileInstall.cmake.in;h=6ef143d8f9b7df434a3dd88ba2867b779d0faab1;hb=1b746b38f3cdeae6654a9501f37fde5e56e59288;hp=b889475d5e5de89210250345f3abe70e8329e915;hpb=b33408f1dc045a4d0f2e16d22f4930d7029996a3;p=tools%2Fmedcoupling.git diff --git a/src/CTestTestfileInstall.cmake.in b/src/CTestTestfileInstall.cmake.in index b889475d5..6ef143d8f 100644 --- a/src/CTestTestfileInstall.cmake.in +++ b/src/CTestTestfileInstall.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021 CEA/DEN, EDF R&D +# Copyright (C) 2015-2024 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,17 +19,20 @@ SET(COMPONENT_NAME MEDCOUPLING) SET(TIMEOUT 120) +SET(MEDCOUPLING_BUILD_PY_TESTS $) +SET(MEDCOUPLING_USE_MPI_BOOL $) SUBDIRS(INTERP_KERNELTest) SUBDIRS(MEDCoupling) SUBDIRS(MEDCoupling_Swig) +SUBDIRS(ICoCo_Swig) SUBDIRS(MEDLoader) SUBDIRS(MEDLoader_Swig) SUBDIRS(MEDPartitioner) -set(MEDCOUPLING_USE_MPI_BOOL $) if(MEDCOUPLING_USE_MPI_BOOL) SUBDIRS(ParaMEDMEMTest) + SUBDIRS(ParaMEDMEM_Swig) endif() SUBDIRS(MEDPartitioner_Swig)