From: mpv Date: Thu, 3 Oct 2019 08:03:54 +0000 (+0300) Subject: A chamfer test is added to the unit-tests system. X-Git-Tag: V9_4_0a2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=86715ebd4faabb1f88278e443e90a72d7d75e6cc;p=modules%2Fshaper.git A chamfer test is added to the unit-tests system. --- diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index d24445447..b3a8cd8bf 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -529,4 +529,5 @@ ADD_UNIT_TESTS(TestExtrusion.py Test17000.py Test17261.py Test17281.py + TestChamfer.py )