mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Compatibility SALOME on Windows
This commit is contained in:
parent
11d3ead81d
commit
1936104234
@ -135,7 +135,7 @@ FOREACH(test ${GOOD_TESTS})
|
|||||||
GET_FILENAME_COMPONENT(testname ${test} NAME_WE)
|
GET_FILENAME_COMPONENT(testname ${test} NAME_WE)
|
||||||
ADD_TEST(NAME ${testname}
|
ADD_TEST(NAME ${testname}
|
||||||
COMMAND ${PYTHON_EXECUTABLE} -B ${CMAKE_SOURCE_DIR}/doc/salome/examples/testme.py ${CMAKE_CURRENT_SOURCE_DIR}/${test})
|
COMMAND ${PYTHON_EXECUTABLE} -B ${CMAKE_SOURCE_DIR}/doc/salome/examples/testme.py ${CMAKE_CURRENT_SOURCE_DIR}/${test})
|
||||||
SET_TESTS_PROPERTIES(${testname} PROPERTIES ENVIRONMENT ${tests_env})
|
SET_TESTS_PROPERTIES(${testname} PROPERTIES ENVIRONMENT "${tests_env}")
|
||||||
ENDFOREACH()
|
ENDFOREACH()
|
||||||
|
|
||||||
# install Python scripts
|
# install Python scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user