Salome HOME
install TestSketcher.py to fix import problem with salome test
authorcrouzet <nicolas.crouzet@cea.fr>
Mon, 15 Mar 2021 13:37:37 +0000 (14:37 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Mon, 15 Mar 2021 13:37:37 +0000 (14:37 +0100)
src/PythonAPI/CMakeLists.txt

index 2e97d3a890c60efb0cf7b222567fb110964f5c02..e35a703818e08ed59430fc44a7cc6cf4e3f74c31 100644 (file)
@@ -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})