X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.hdfs%2FCMakeLists.txt;h=277d1414abcc318e5af93a0db5496b82fc355a1d;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=030dd713dd1883900d7df3caa86d98ce32c9175e;hpb=24e87540f9a19d0b116c4374da3fca343744ced1;p=modules%2Fshaper.git diff --git a/test.hdfs/CMakeLists.txt b/test.hdfs/CMakeLists.txt index 030dd713d..277d1414a 100644 --- a/test.hdfs/CMakeLists.txt +++ b/test.hdfs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2020 CEA/DEN, EDF R&D +# Copyright (C) 2014-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -41,7 +41,6 @@ foreach(eachFilePath IN LISTS hdfFilesCur hdfFilesRestr) endif() endforeach() -SET(COMPONENT_NAME SHAPER) SET(TIMEOUT 600) SET(TEST_INSTALL_DIRECTORY "${SALOME_SHAPER_INSTALL_TESTS}/HDFs") @@ -89,5 +88,9 @@ INSTALL(FILES testme.py DESTINATION ${TEST_INSTALL_DIRECTORY} GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) FILE(COPY test_hdf.py DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) +INSTALL(FILES test_hdf.py DESTINATION ${TEST_INSTALL_DIRECTORY} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE + GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE) CONFIGURE_FILE(tests.set.in ${CMAKE_CURRENT_BINARY_DIR}/tests.set @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/tests.set DESTINATION ${TEST_INSTALL_DIRECTORY})