citrun

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

commit 081625e717680160f276cbbba4bcf49cd661854d
parent 4a8edf973b67cfa127afa01e69ccaabe3780b276
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 20 Aug 2016 00:27:07 -0600

tt: cleanup

Diffstat:
Dtt/bash.t | 42------------------------------------------
1 file changed, 0 insertions(+), 42 deletions(-)

diff --git a/tt/bash.t b/tt/bash.t @@ -1,42 +0,0 @@ -#!/bin/sh -e -# -# Check that Bash can be instrumented and still works after. -# -echo 1..4 -. test/package.sh - -pkg_instrument "shells/bash" - -cat <<EOF > check.good -Summary: - 384 Calls to the rewrite tool - 347 Source files used as input - 96 Application link commands - 190 Rewrite parse warnings - 31 Rewrite parse errors - 318 Rewrite successes - 29 Rewrite failures - 295 Rewritten source compile successes - 23 Rewritten source compile failures - -Totals: - 165512 Lines of source code - 2698 Function definitions - 5519 If statements - 635 For loops - 309 While loops - 38 Do while loops - 138 Switch statements - 3057 Return statement values - 8254 Call expressions - 179490 Total statements - 18704 Binary operators - 549 Errors rewriting source -EOF -pkg_check 4 - -#$TEST_WRKDIST/bash & -#echo ok 5 - bash started -# -#sleep 1 -#$TEST_TOOLS/citrun-dump