Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
[modules/geom.git] / doc / salome / examples / CMakeLists.txt
index 67721de680685bd017589058c8b4e8a5978dd17b..bdfc0ad27c592f29e964ee6d569b291ce520246d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(BAD_TESTS
-  repairing_operations_ex09.py 
-)
+INCLUDE(tests.set)
 
-SET(GOOD_TESTS
-  3dsketcher.py  
-  advanced_geom_objs_ex01.py  
-  advanced_geom_objs_ex02.py  
-  advanced_geom_objs_ex03.py  
-  angle.py  
-  arranging_study_objects.py  
-  basic_geom_objs_ex01.py  
-  basic_geom_objs_ex02.py  
-  basic_geom_objs_ex03.py  
-  basic_geom_objs_ex04.py  
-  basic_geom_objs_ex05.py  
-  basic_geom_objs_ex06.py  
-  basic_geom_objs_ex07.py  
-  basic_geom_objs_ex08.py  
-  basic_geom_objs_ex09.py  
-  basic_operations_ex01.py  
-  basic_operations_ex02.py  
-  basic_operations_ex03.py  
-  basic_properties.py  
-  blocks_operations_ex01.py  
-  blocks_operations_ex02.py  
-  blocks_operations_ex03.py  
-  boolean_operations_ex01.py  
-  boolean_operations_ex02.py  
-  boolean_operations_ex03.py  
-  boolean_operations_ex04.py  
-  bounding_box.py  
-  building_by_blocks_ex01.py  
-  building_by_blocks_ex02.py  
-  center_of_mass.py  
-  check_compound_of_blocks.py  
-  check_self_intersections.py  
-  check_shape.py  
-  complex_objs_ex01.py  
-  complex_objs_ex02.py  
-  complex_objs_ex03.py  
-  complex_objs_ex04.py  
-  complex_objs_ex05.py  
-  complex_objs_ex06.py  
-  complex_objs_ex07.py  
-  complex_objs_ex08.py  
-  complex_objs_ex09.py  
-  complex_objs_ex10.py  
-  free_boundaries.py  
-  free_faces.py  
-  GEOM_box.py  
-  get_non_blocks.py  
-  import_export.py  
-  inertia.py  
-  min_distance.py  
-  normal_face.py  
-  notebook_geom.py  
-  point_coordinates.py  
-  primitives_ex01.py  
-  primitives_ex02.py  
-  primitives_ex03.py  
-  primitives_ex04.py  
-  primitives_ex05.py  
-  primitives_ex06.py  
-  primitives_ex07.py  
-  repairing_operations_ex01.py  
-  repairing_operations_ex02.py  
-  repairing_operations_ex03.py  
-  repairing_operations_ex04.py  
-  repairing_operations_ex05.py  
-  repairing_operations_ex06.py  
-  repairing_operations_ex07.py  
-  repairing_operations_ex08.py  
-  repairing_operations_ex10.py  
-  repairing_operations_ex11.py  
-  repairing_operations_ex12.py  
-  sketcher.py  
-  tolerance.py  
-  topological_geom_objs_ex01.py  
-  topological_geom_objs_ex02.py  
-  topological_geom_objs_ex03.py  
-  topological_geom_objs_ex04.py  
-  topological_geom_objs_ex05.py  
-  topological_geom_objs_ex06.py  
-  transformation_operations_ex01.py  
-  transformation_operations_ex02.py  
-  transformation_operations_ex03.py  
-  transformation_operations_ex04.py  
-  transformation_operations_ex05.py  
-  transformation_operations_ex06.py  
-  transformation_operations_ex07.py  
-  transformation_operations_ex08.py  
-  transformation_operations_ex09.py  
-  transformation_operations_ex10.py  
-  transformation_operations_ex11.py  
-  transformation_operations_ex12.py  
-  transformation_operations_ex13.py  
-  transformation_operations_ex14.py  
-  viewing_geom_objs_ex01.py  
-  viewing_geom_objs_ex02.py  
-  viewing_geom_objs_ex03.py  
-  viewing_geom_objs_ex04.py  
-  whatis.py  
-  working_with_groups_ex01.py  
-  working_with_groups_ex02.py  
-  working_with_groups_ex03.py  
-  working_with_groups_ex04.py  
-  working_with_groups_ex05.py  
-  working_with_groups_ex06.py
-)
+SET(TEST_INSTALL_DIRECTORY ${GEOM_TEST_DIR}/examples)
+SET(EXAMPLES_INSTALL_DIRECTORY ${SALOME_INSTALL_DOC}/examples/GEOM)
 
-SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
+IF(SALOME_BUILD_TESTS)
 
-SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
+  # Install 'salome test' staff
+  # ---------------------------
 
-FOREACH(test ${GOOD_TESTS})
-  GET_FILENAME_COMPONENT(testname ${test} NAME_WE)
-  ADD_TEST(NAME ${testname} 
-           COMMAND ${PYTHON_EXECUTABLE} -B ${CMAKE_SOURCE_DIR}/doc/salome/examples/testme.py ${CMAKE_CURRENT_SOURCE_DIR}/${test})
-  SET_TESTS_PROPERTIES(${testname} PROPERTIES ENVIRONMENT "${tests_env}")                   
-ENDFOREACH()
+  INSTALL(FILES CTestTestfileInstall.cmake
+          DESTINATION ${TEST_INSTALL_DIRECTORY}
+          RENAME CTestTestfile.cmake)
+  INSTALL(FILES tests.set DESTINATION ${TEST_INSTALL_DIRECTORY})
 
-# install Python scripts
-SALOME_INSTALL_SCRIPTS("${EXAMPLES_TESTS}" ${SALOME_INSTALL_DOC}/examples/GEOM)
+  # Add tests for 'make test'
+  # -------------------------
+
+  SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
+
+  FOREACH(test ${GOOD_TESTS})
+    GET_FILENAME_COMPONENT(testname ${test} NAME_WE)
+    ADD_TEST(NAME ${testname}
+             COMMAND ${PYTHON_EXECUTABLE} -B ${CMAKE_SOURCE_DIR}/test/test_helper.py ${CMAKE_CURRENT_SOURCE_DIR}/${test})
+    SET_TESTS_PROPERTIES(${testname} PROPERTIES ENVIRONMENT "${tests_env}" LABELS "examples")
+  ENDFOREACH()
+
+ENDIF()
+
+# Install example scripts and data
+# --------------------------------
+
+IF(SALOME_BUILD_TESTS OR SALOME_BUILD_DOC)
+  INSTALL(FILES ${GOOD_TESTS} ${BAD_TESTS} DESTINATION ${EXAMPLES_INSTALL_DIRECTORY})
+ENDIF()