From: mnt Date: Thu, 7 Jul 2016 08:06:43 +0000 (+0300) Subject: Fix pb of 'make install' X-Git-Tag: V8_1_0b1~4^2~2^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26c8f79b75aa572f33675ce52780ba5b6515a1ce;p=plugins%2Fblsurfplugin.git Fix pb of 'make install' --- diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index df9d500..b663c63 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,17 +21,16 @@ SET(BLSURFPLUGIN_TEST_FILES 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})