X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=dfce818692f42196c7178c22cd9bb557108a545f;hb=6d0364ff4f55e3cd5087063b0895635c03e78635;hp=3fd916de3f8f3dbb10378e52376fc6c66b58bba8;hpb=bf566e76aee5667a819b613e625c18fb61a576f4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 3fd916de3..dfce81869 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -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,8 @@ 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 + TestMultiBoolean.py)