From: crouzet Date: Mon, 15 Mar 2021 13:37:37 +0000 (+0100) Subject: install TestSketcher.py to fix import problem with salome test X-Git-Tag: V9_7_0a1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=630bee2055034694a1ad66996928db41ad30ca38;p=modules%2Fshaper.git install TestSketcher.py to fix import problem with salome test --- diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 2e97d3a89..e35a70381 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -42,6 +42,6 @@ if(${HAVE_SALOME}) foreach(tfile ${TEST_NAMES}) list(APPEND TMP_TESTS_NAMES "Test/${tfile}") endforeach(tfile ${TEST_NAMES}) - + list(APPEND TMP_TESTS_NAMES "Test/TestSketcher.py") install(FILES ${TMP_TESTS_NAMES} DESTINATION ${TEST_INSTALL_DIRECTORY}) endif(${HAVE_SALOME})