mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Small correction.
This commit is contained in:
parent
35fe299875
commit
ea08a22955
@ -171,7 +171,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