X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fyacsloader_swig%2FTest%2FCMakeLists.txt;h=782303255b6f235da3502a7c3dbe274889a0b049;hb=348b0f7bffbe1f17f24140a36899cb96ffa44295;hp=57bdb13e7eb2c262ad59b08527b1d928035a4ab0;hpb=17b2be6fdceef9981751309428fbfe58f155c48e;p=modules%2Fyacs.git diff --git a/src/yacsloader_swig/Test/CMakeLists.txt b/src/yacsloader_swig/Test/CMakeLists.txt index 57bdb13e7..782303255 100644 --- a/src/yacsloader_swig/Test/CMakeLists.txt +++ b/src/yacsloader_swig/Test/CMakeLists.txt @@ -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 @@ -21,9 +21,9 @@ IF(NOT WIN32) SET(SHELL /bin/sh) - CONFIGURE_FILE(config_appli.xml.in config_appli.xml) - CONFIGURE_FILE(YacsLoaderTest.sh.in YacsLoaderTest.sh) - CONFIGURE_FILE(YacsLoaderInSessionTest.sh.in YacsLoaderInSessionTest.sh) + CONFIGURE_FILE(config_appli.xml.in config_appli.xml @ONLY) + CONFIGURE_FILE(YacsLoaderTest.sh.in YacsLoaderTest.sh @ONLY) + CONFIGURE_FILE(YacsLoaderInSessionTest.sh.in YacsLoaderInSessionTest.sh @ONLY) ADD_TEST(NAME YacsLoaderTest_swig COMMAND ${SHELL} ${CMAKE_CURRENT_BINARY_DIR}/YacsLoaderTest.sh) SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env) @@ -44,8 +44,12 @@ IF(NOT WIN32) 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})