citrun

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

commit 684991163bcf4160c3fe245712b86cb0fdd5b9e7
parent 7516b912bbf514b9c102e7d60a884494a8054277
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 18:18:25 -0700

jam: append to SUMMARY

Diffstat:
MJamfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamfile b/Jamfile @@ -32,7 +32,7 @@ actions TestCoverage mkdir gcov # The output from gcov is valuable to save too. gcov -o lib lib/lib*.c | tee gcov/SUMMARY - egcov -r bin/*.cc | tee gcov/SUMMARY + egcov -r bin/*.cc | tee -a gcov/SUMMARY mv *.gcov gcov/ }