]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix pb with 'make test' (fast_intersection.py script)
authorvsr <vsr@opencascade.com>
Thu, 5 Feb 2015 08:45:20 +0000 (11:45 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 Feb 2015 08:45:20 +0000 (11:45 +0300)
doc/salome/examples/CMakeLists.txt

index d42f84ef5a779475265a2cf3fa9c4b67a6b2fd53..3e40ebd53cff2ccdad4476a3f8c8ddc7ee1f404e 100644 (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)