]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/yacsloader/Test/CMakeLists.txt
Salome HOME
Use pyobj type in optimizer loop.
[modules/yacs.git] / src / yacsloader / Test / CMakeLists.txt
index 5595702639493acb199d2f648e8ecbf813534421..b6a1b61cc6435bdcd291dc9ac8060e3a7c657f22 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2019  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
@@ -120,6 +120,8 @@ IF(NOT WIN32)
   SET(LOCAL_TEST_FILES
     algoasyncexample.py
     algosyncexample.py
+    sync_plugin_pyobj.py
+    optim_plugin.py
     genPascal.py
     genTriangle.py
     echoclt.py)
@@ -132,8 +134,6 @@ IF(NOT WIN32)
   INSTALL(FILES CTestTestfileInstall.cmake
           DESTINATION ${LOCAL_TEST_DIR}
           RENAME CTestTestfile.cmake)
-  INSTALL(FILES optim_plugin.py
-          DESTINATION ${LOCAL_TEST_DIR})
   INSTALL(PROGRAMS runYacsLoaderTest.sh ${CMAKE_CURRENT_BINARY_DIR}/xmlrun.sh
           DESTINATION ${LOCAL_TEST_DIR})
   # Use relative path for symbolic links in order to allow the copy of the directory.