]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/CMakeLists.txt
Salome HOME
Merge remote-tracking branch 'origin/Dev_0.6'
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 3fd916de3f8f3dbb10378e52376fc6c66b58bba8..9de0da779701c8dc95d086b7cae44deed770b895 100644 (file)
@@ -1,4 +1,5 @@
 INCLUDE(Common)
+INCLUDE(UnitTest)
 
 SET(PROJECT_HEADERS
     FeaturesPlugin.h
@@ -45,3 +46,6 @@ TARGET_LINK_LIBRARIES(FeaturesPlugin ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS FeaturesPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
+
+ADD_UNIT_TESTS(TestExtrusion.py
+               TestBoolean.py)