1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add test option for clang3.4

This commit is contained in:
bolero-MURAKAMI 2014-01-08 01:58:08 +09:00
parent 4bcc5e71fc
commit 07524ee071
3 changed files with 277 additions and 0 deletions

View file

@ -24,6 +24,7 @@ declare -a common_options=()
declare -a version_options=()
declare -A version_specific_options=(
[clang-3.3]='-ftemplate-depth=512'
[clang-3.4]='-ftemplate-depth=512'
)
test_cpp=$(cd $(dirname $0); pwd)/test.cpp
test_py=$(cd $(dirname $0); pwd)/test.py