citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ec2045ebd1024451020ad99b151d10323010fa4c
parent 50e690f2fbdfecc70c9d28c3c60c5765c3531044
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 10:35:27 -0700

jam: add comments

Diffstat:
MJamrules.extra | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Jamrules.extra b/Jamrules.extra @@ -24,7 +24,7 @@ if $(NT) { } # -# Different build modifiers for static analysis and test coverage. +# Run clang static analysis on the build. # actions Analysis { @@ -32,6 +32,9 @@ actions Analysis scan-build -o html --use-c++=eg++ jam } +# +# Get test coverage of integration test suite. +# actions TestCoverage { set -e