From 189cfead74efc27870d34bb5e07aa8b2fbc15e3a Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 5 Feb 2015 11:45:20 +0300 Subject: [PATCH] Fix pb with 'make test' (fast_intersection.py script) --- doc/salome/examples/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2