Salome HOME
Fix regression in unit tests
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
index e43862ab7d8e80b93d02ff7bb5a2039463047195..33337d6e39a45526000e90771316e19874717e6a 100644 (file)
@@ -10,7 +10,7 @@ INSTALL(FILES shaper.py DESTINATION PythonAPI)
 INCLUDE(UnitTest)
 
 ADD_UNIT_TESTS(
-  TestShaper.py
+  TestPythonAPI.py
   TestModel.py
 
   TestSketcherAddPoint.py
@@ -38,4 +38,5 @@ ADD_UNIT_TESTS(
   TestMakeBrick1.py
   TestMakeBrick2.py
   TestMakeBrick3.py
+  TestPlatine.py
   )