X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=1d10d183c22cf2b3db37c288987293cb79649d2f;hb=f1a44c9b9859f584cbdae1ff50e79c0d9d34a24e;hp=3fd916de3f8f3dbb10378e52376fc6c66b58bba8;hpb=4c3c61e1535d9fbf5e189796e35d6c238cbac98c;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 3fd916de3..1d10d183c 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,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)