Salome HOME
[EDF28020] Fix nested foreach-switch.
[modules/yacs.git] / src / yacsloader_swig / Test / CMakeLists.txt
index a25d675aa4a9f84beb8f69113d532bcbc2513c17..782303255b6f235da3502a7c3dbe274889a0b049 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -41,12 +41,13 @@ IF(NOT WIN32)
     testResume.py
     testSave.py
     testSaveLoadRun.py
-    testHPDecorator.py
     optim_plugin.py
     testValidationChecks.py
     testProgress.py
-    testExecForEachGeoMesh.py
     async_plugin.py
+    testWorkloadManager.py
+    testPynodeWithCache.py
+    testFixes.py
    )
   INSTALL(PROGRAMS ${LOCAL_TEST_FILES}
         DESTINATION ${LOCAL_TEST_DIR})