]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/yacsloader_swig/Test/CMakeLists.txt
Salome HOME
[EDF28020] Fix nested foreach-switch.
[modules/yacs.git] / src / yacsloader_swig / Test / CMakeLists.txt
index f5abf6b9a66da31e06a4e96e5b44f5b3326a860b..782303255b6f235da3502a7c3dbe274889a0b049 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  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,13 +41,15 @@ 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(FILES ${LOCAL_TEST_FILES}
+  INSTALL(PROGRAMS ${LOCAL_TEST_FILES}
         DESTINATION ${LOCAL_TEST_DIR})
   INSTALL(PROGRAMS runUnitTest.sh
         DESTINATION ${LOCAL_TEST_DIR})