From 26c8f79b75aa572f33675ce52780ba5b6515a1ce Mon Sep 17 00:00:00 2001 From: mnt Date: Thu, 7 Jul 2016 11:06:43 +0300 Subject: [PATCH] Fix pb of 'make install' --- tests/CMakeLists.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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}) -- 2.39.2