From 372f572d098e1d8bd3f21ab37d7b9a5c958a7ee5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 22 Aug 2019 18:49:45 +0200 Subject: [PATCH] add TestPathHelix.py to CMake --- src/Mod/Path/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/CMakeLists.txt b/src/Mod/Path/CMakeLists.txt index f58a886461..2b61b4f34a 100644 --- a/src/Mod/Path/CMakeLists.txt +++ b/src/Mod/Path/CMakeLists.txt @@ -140,6 +140,7 @@ SET(PathTests_SRCS PathTests/TestPathDressupDogbone.py PathTests/TestPathDressupHoldingTags.py PathTests/TestPathGeom.py + PathTests/TestPathHelix.py PathTests/TestPathLog.py PathTests/TestPathOpTools.py PathTests/TestPathPost.py