Salome HOME
Fix for the issue #1794: can't create a plane by a vertex and an axis if the vertex...
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index f31b6e820118e8e0478297a0741f84ff325f674c..43ac4fdadeb1581698497044086c1471849f68e7 100644 (file)
@@ -58,5 +58,7 @@ INCLUDE_DIRECTORIES(
 
 
 ADD_UNIT_TESTS(TestAxisCreation.py
+               UnitTestAxis.py
+               TestPoint.py
                TestPointName.py
-               TestPoint.py)
+               TestPlane.py)