citrun

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

commit cb3fe26171064d40e02c2d50fa10f7fc093260e4
parent 82d91f0c993077c8c3c25225731be94bd54315b8
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 22 Aug 2016 22:48:35 -0600

t: remove & use

Diffstat:
Mt/rt_source.sh | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/t/rt_source.sh b/t/rt_source.sh @@ -5,16 +5,12 @@ echo 1..4 . test/project.sh -./program 45 & -pid=$! +./program 3 $TEST_TOOLS/citrun-dump -s one.c > one.c.runtime $TEST_TOOLS/citrun-dump -s two.c > two.c.runtime $TEST_TOOLS/citrun-dump -s three.c > three.c.runtime -kill -USR1 $pid -wait - # Bug in parsing source line by line in c++ echo >> one.c echo >> two.c