From: vsr Date: Thu, 5 Feb 2015 08:45:20 +0000 (+0300) Subject: Fix pb with 'make test' (fast_intersection.py script) X-Git-Tag: V7_6_0a1~58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=189cfead74efc27870d34bb5e07aa8b2fbc15e3a;p=modules%2Fgeom.git Fix pb with 'make test' (fast_intersection.py script) --- diff --git a/doc/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index d42f84ef5..3e40ebd53 100644 --- a/doc/salome/examples/CMakeLists.txt +++ b/doc/salome/examples/CMakeLists.txt @@ -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)