diff --git a/tags/paradiseo-mo-1.1/CTestCustom.cmake b/tags/paradiseo-mo-1.1/CTestCustom.cmake new file mode 100644 index 000000000..61bcd9133 --- /dev/null +++ b/tags/paradiseo-mo-1.1/CTestCustom.cmake @@ -0,0 +1,7 @@ +SET(CTEST_CUSTOM_COVERAGE_EXCLUDE + ${CTEST_CUSTOM_COVERAGE_EXCLUDE} +"test/" +"paradiseo-eo/" +"problems/" +"tutorial/" +)