Skip to content

Commit

Permalink
Show compiler version in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
mackyle committed Nov 14, 2012
1 parent 3bbda30 commit c98652e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions checktests
Expand Up @@ -30,6 +30,12 @@ if [ ! -r "$LIB" ]; then
echo "No $LIB file found, try running $(dirname "$0")/buildlib first"
exit 1
fi
echo "$CC" --version
"$CC" --version
if [ -n "$dopp" -a z"$CXX" != z"$CC" ]; then
echo "$CXX" --version
"$CXX" --version
fi
failcount=0
testsfailed=
for test in BlocksRuntime/tests/*.[cC]; do
Expand Down

0 comments on commit c98652e

Please sign in to comment.