Salome HOME
Ajout d'un test de non régression pour blocFissure
[modules/smesh.git] / doc / salome / examples / tests.set
index f903c04b4dc5afa175922e7057890e361c21b126..99000efd5da74fcf70d5e214b0cdc72860330fee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2015-2021  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
@@ -45,6 +45,8 @@ SET(BAD_TESTS
   radial_prism_3d_algo.py
   test_smeshplugin_mg_tetra_parallele.py
   test_smeshplugins.py
+  MGAdaptTests_without_session.py
+  blocFissure_without_session.py
   )
 
 SET(GOOD_TESTS
@@ -185,4 +187,10 @@ SET(GOOD_TESTS
   test_polyhedron_per_solid.py
 )
 
-SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)
+set(SESSION_FREE_TESTS
+  basic_geom_smesh_without_session.py
+  basic_shaper_smesh_without_session.py
+  shaper_smesh_groups_without_session.py
+)
+
+SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)