Salome HOME
Adding multithread computation (available since MeshGems-2.4-2)
[plugins/blsurfplugin.git] / tests / CMakeLists.txt
index 6322908eedb0a56201b7308197e20d3d3153b733..07dec0091c8f7dd487c6f1567e050e4e2b6031cf 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 
 SET(BLSURFPLUGIN_TEST_FILES
+  test_cadsurf_multithread.py
   test_enforced_internal_vertex.py
   test_enforced_vertex.py
   test_periodicity_2D_precad.py
-  test_periodicity_2D.py
   test_periodicity_precad.py
-  test_periodicity.py
   test_periodicity_reflexion_2D_precad.py
-  test_periodicity_reflexion_2D.py
   test_periodicity_reflexion_precad.py
-  test_periodicity_reflexion.py
   test_periodicity_with_points_2D_precad.py
   test_precad_intersections.py
-  test_sphere.py
   test_precad_keep_gaps.py
+  test_proximity.py
+  test_quadrangles_gradation.py
+  test_remove_tiny_edges.py
+  test_sphere.py
 )
 
 INSTALL(FILES ${BLSURFPLUGIN_TEST_FILES} DESTINATION ${SALOME_BLSURFPLUGIN_INSTALL_TESTS})