From f0db6b824e3b1594c907f1fde0cca7ab7777aff8 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 cbf56c7ca..e4b5c8d44 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):