citrun

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

commit e60610d97fe5aed51c8d368e195548455dc63b96
parent 8530b8bfb13d55f434973c2dc1158ac5a8c6e6cd
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 31 Aug 2016 22:09:02 -0600

tt: update spidermonkey to use libtap

Diffstat:
Mtt/spidermonkey.sh | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/tt/spidermonkey.sh b/tt/spidermonkey.sh @@ -1,16 +1,17 @@ +#!/bin/sh # # Try and instrument spidermonkey. # -echo 1..6 -. test/package.sh "devel/spidermonkey" +. test/package.sh +plan 6 -pkg_check_deps 2 -pkg_clean 3 -pkg_build 4 +pkg_set "devel/spidermonkey" +pkg_check_deps +pkg_clean +pkg_build cat <<EOF > check.good Summary: - 438 Calls to the rewrite tool 366 Source files used as input 64 Application link commands 58239 Rewrite parse warnings @@ -34,6 +35,6 @@ Totals: 13491 Binary operators 1888 Errors rewriting source EOF -pkg_check 5 +pkg_check -pkg_clean 6 +pkg_clean