Fix pb with 'make test' (fast_intersection.py script)

This commit is contained in:
vsr 2015-02-05 11:45:20 +03:00
parent db29d7dbad
commit 189cfead74

View File

@ -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)