citrun

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

commit 02442b25bc79c0d19251baec2021364371cd0df7
parent fe9bb121a203618293ce26c0deaf3bb70c556efb
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  6 Aug 2016 15:55:08 -0600

bin: run end to end tests during coverage too

Diffstat:
Mbin/gcov.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/gcov.sh b/bin/gcov.sh @@ -6,6 +6,7 @@ export CITRUN_COVERAGE=1 CFLAGS="-coverage -O0 -ggdb" jam -j4 prove +prove tt gcov -o lib lib/runtime.c egcov -r src/*.cc