citrun

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

commit 761a440312f24d8b0f8573723e52c9dac3298ba5
parent 56c2ffac2897401ee7f6cec81695d1472e96e134
Author: kyle <kyle@0x30.net>
Date:   Tue,  6 Sep 2016 18:20:02 -0600

bin/gcov: tests can fail

Diffstat:
Mbin/gcov.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/gcov.sh b/bin/gcov.sh @@ -3,8 +3,8 @@ export CITRUN_COVERAGE=1 CFLAGS="-coverage -O0 -g" jam -j4 -prove -prove tt +prove || true +# prove tt gcov -o src src/runtime.c egcov -r src/*.cc