diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-23 18:45:54 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-23 18:45:54 +0200 |
commit | 61b1a754905893de213ec79ab030df92ebe1d0ca (patch) | |
tree | d088566a2133790380c10af5be820f9960af46b5 | |
parent | 890fec2a1be4d5598946ab7cc6271fe642a754d5 (diff) | |
download | nextpnr-61b1a754905893de213ec79ab030df92ebe1d0ca.tar.gz nextpnr-61b1a754905893de213ec79ab030df92ebe1d0ca.tar.bz2 nextpnr-61b1a754905893de213ec79ab030df92ebe1d0ca.zip |
ignore tests in report
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |