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:
parent
4bcc5e71fc
commit
07524ee071
3 changed files with 277 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue