From 12aa43f8ffba30c66f79003ac2709c4b570aad76 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 3 Oct 2019 11:03:54 +0300 Subject: [PATCH] A chamfer test is added to the unit-tests system. --- src/FeaturesPlugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 5adf4e878..75fc22894 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -536,4 +536,5 @@ ADD_UNIT_TESTS(TestExtrusion.py Test17000.py Test17261.py Test17281.py + TestChamfer.py ) -- 2.39.2