mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix pb with 'make test' (fast_intersection.py script)
This commit is contained in:
parent
db29d7dbad
commit
189cfead74
@ -67,7 +67,6 @@ SET(GOOD_TESTS
|
||||
complex_objs_ex08.py
|
||||
complex_objs_ex09.py
|
||||
complex_objs_ex10.py
|
||||
fast_intersection.py
|
||||
free_boundaries.py
|
||||
free_faces.py
|
||||
GEOM_box.py
|
||||
@ -131,6 +130,11 @@ SET(GOOD_TESTS
|
||||
working_with_groups_ex05.py
|
||||
working_with_groups_ex06.py
|
||||
)
|
||||
IF(CAS_VERSION_STR VERSION_GREATER "6.8.0")
|
||||
LIST(APPEND GOOD_TESTS
|
||||
fast_intersection.py
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user