projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fa6bb
)
cmake: Exclude examples for coverage target. (#2535)
author
Mathias Preiner
<mathias.preiner@gmail.com>
Wed, 26 Sep 2018 04:26:06 +0000
(21:26 -0700)
committer
GitHub
<noreply@github.com>
Wed, 26 Sep 2018 04:26:06 +0000
(21:26 -0700)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 3eced0885127f80c0b1969e846714cb593f9037f..921396e2183f11a4644acaae125fdb864f2858bc 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-270,7
+270,8
@@
if(ENABLE_COVERAGE)
add_definitions(-DCVC4_COVERAGE)
setup_target_for_coverage_lcov(
NAME coverage
- EXECUTABLE ctest -j${CTEST_NTHREADS} $(ARGS)
+ EXECUTABLE
+ ctest -j${CTEST_NTHREADS} -LE "example" --output-on-failure $(ARGS)
DEPENDENCIES cvc4-bin)
endif()