Salome HOME
[EDF28020] Fix nested foreach-switch.
[modules/yacs.git] / src / yacsloader_swig / Test / CMakeLists.txt
index 22965a4771ba404c2329ef6a17f99dd987440260..782303255b6f235da3502a7c3dbe274889a0b049 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  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,15 @@ IF(NOT WIN32)
     testResume.py
     testSave.py
     testSaveLoadRun.py
-    testHPDecorator.py
     optim_plugin.py
     testValidationChecks.py
     testProgress.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})