From 74d4a4322f3870f894132efd75f6137518e0d6af Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 22 Jan 2017 19:28:40 -0800 Subject: [PATCH] Hooked Path tests into global unit test target. --- src/Mod/Test/TestApp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Test/TestApp.py b/src/Mod/Test/TestApp.py index cbf56c7ca6..e4b5c8d440 100644 --- a/src/Mod/Test/TestApp.py +++ b/src/Mod/Test/TestApp.py @@ -72,7 +72,8 @@ def All(): "TestPartApp", "TestPartDesignApp", "TestSpreadsheet", - "TestTechDrawApp" ] + "TestTechDrawApp", + "TestPathApp" ] # gui tests of modules if (FreeCAD.GuiUp == 1):