From 61b1a754905893de213ec79ab030df92ebe1d0ca Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Aug 2018 18:45:54 +0200 Subject: [PATCH] ignore tests in report --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7c87960..3796c453 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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