From: Christophe Bourcier local Date: Wed, 12 Nov 2014 16:15:42 +0000 (+0100) Subject: Adding two tests to check PreCAD behaviour X-Git-Tag: V7_5_0rc1~1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=352c1213a466be5df1abae930a46cd5d0f59e327;p=plugins%2Fblsurfplugin.git Adding two tests to check PreCAD behaviour --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b47a8cb..6322908 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,6 +30,8 @@ SET(BLSURFPLUGIN_TEST_FILES test_periodicity_reflexion.py test_periodicity_with_points_2D_precad.py test_precad_intersections.py + test_sphere.py + test_precad_keep_gaps.py ) INSTALL(FILES ${BLSURFPLUGIN_TEST_FILES} DESTINATION ${SALOME_BLSURFPLUGIN_INSTALL_TESTS})