Skip to content
Snippets Groups Projects
Commit b47a82e6 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: do not check coverage of SWIG generated files

parent c085f763
Branches
Tags
No related merge requests found
......@@ -21,11 +21,6 @@ SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1000000)
SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 300)
SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
#SET(CTEST_EXTRA_COVERAGE_GLOB
# Source/.*/*.h
# Source/.*/*.txx
# Source/.*/*.cxx
# )
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
......@@ -39,6 +34,10 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude files from the ThirdParty Utilities directories
".*/Testing/Utilities/.*"
".*/Utilities/.*"
# Exclude SWIG wrappers files
"/Code/Wrappers/SWIG/otbApplicationPYTHON_wrap.cxx"
"/Code/Wrappers/SWIG/otbApplicationJAVA_wrap.cxx"
)
SET(CTEST_CUSTOM_WARNING_EXCEPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment