From 630bee2055034694a1ad66996928db41ad30ca38 Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 15 Mar 2021 14:37:37 +0100 Subject: [PATCH] install TestSketcher.py to fix import problem with salome test --- src/PythonAPI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.39.2