ignore tests in report
This commit is contained in:
parent
890fec2a1b
commit
61b1a75490
@ -199,7 +199,7 @@ foreach (family ${ARCH})
|
|||||||
if (BUILD_TESTS)
|
if (BUILD_TESTS)
|
||||||
if (COVERAGE)
|
if (COVERAGE)
|
||||||
APPEND_COVERAGE_COMPILER_FLAGS()
|
APPEND_COVERAGE_COMPILER_FLAGS()
|
||||||
set(COVERAGE_LCOV_EXCLUDES '/usr/include/*' '3rdparty/*' 'generated/*' 'bba/*')
|
set(COVERAGE_LCOV_EXCLUDES '/usr/include/*' '3rdparty/*' 'generated/*' 'bba/*' 'tests/*')
|
||||||
SETUP_TARGET_FOR_COVERAGE_LCOV(
|
SETUP_TARGET_FOR_COVERAGE_LCOV(
|
||||||
NAME ${family}-coverage
|
NAME ${family}-coverage
|
||||||
EXECUTABLE nextpnr-${family}-test
|
EXECUTABLE nextpnr-${family}-test
|
||||||
|
Loading…
Reference in New Issue
Block a user