Skip to content

Commit 5a15247

Browse files
committedNov 12, 2015
improve testme.sh
you can now do something like `COMPILERS="gcc-5" ./testme.sh`
1 parent 489bf69 commit 5a15247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎testme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _runtest()
3636
timeout --foreground 120 ./test > test_$(echo ${1}${2} | tr ' ' '_').txt || _die "running tests" $?
3737
}
3838

39-
compilers=( clang gcc )
39+
compilers=( $COMPILERS clang gcc )
4040

4141
echo "uname="$(uname -a)
4242

0 commit comments

Comments
 (0)
Please sign in to comment.