1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-30 21:42:05 +00:00

ignore tests in report

This commit is contained in:
Miodrag Milanovic
2018-08-23 18:45:54 +02:00
parent 890fec2a1b
commit 61b1a75490

View File

@@ -199,7 +199,7 @@ foreach (family ${ARCH})
if (BUILD_TESTS)
if (COVERAGE)
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(
NAME ${family}-coverage
EXECUTABLE nextpnr-${family}-test