Skip to content

Commit

Permalink
test/testccs.sh: add clang-3.2 on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 16, 2013
1 parent 2d31b32 commit 1c76ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testccs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [ -z $CCS ]; then
case `uname -o` in
*Linux) CCS="clang clang-3.3 gcc gcc-4.4 gcc-4.5 gcc-4.6 gcc-4.7 gcc-4.8" ;;
Darwin) CCS="clang clang-mp-3.3 gcc gcc-mp-4.3 gcc-mp-4.8 gcc-mp-4.9" ;;
Darwin) CCS="clang clang-3.2 clang-mp-3.3 gcc gcc-mp-4.3 gcc-mp-4.8 gcc-mp-4.9" ;;
Cygwin) CCS="clang gcc gcc-3" ;;
esac
fi
Expand Down

0 comments on commit 1c76ece

Please sign in to comment.