Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 3fd916de3f8f3dbb10378e52376fc6c66b58bba8..1d10d183c22cf2b3db37c288987293cb79649d2f 100644 (file)
@@ -1,4 +1,7 @@
+## Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 INCLUDE(Common)
+INCLUDE(UnitTest)
 
 SET(PROJECT_HEADERS
     FeaturesPlugin.h
@@ -45,3 +48,7 @@ TARGET_LINK_LIBRARIES(FeaturesPlugin ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS FeaturesPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
+
+ADD_UNIT_TESTS(TestExtrusion.py
+               TestBoolean.py
+               TestGroup.py)