Add R to testflags.py
This commit is contained in:
parent
9155ff0fbb
commit
3f0072c7ca
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ def get_cflags(language, std, compiler):
|
|||
"perl5":"-Werror " + c_common,
|
||||
"php":"-Werror " + c_common,
|
||||
"python":"-Werror " + c_common,
|
||||
"r":"-Werror " + c_common,
|
||||
"ruby":"-Werror " + c_common,
|
||||
"scilab":"-Werror " + c_common,
|
||||
"tcl":"-Werror " + c_common,
|
||||
|
|
@ -44,6 +45,7 @@ def get_cxxflags(language, std, compiler):
|
|||
"perl5":"-Werror " + cxx_common,
|
||||
"php":"-Werror " + cxx_common,
|
||||
"python":"-Werror " + cxx_common,
|
||||
"r":"-Werror " + cxx_common,
|
||||
"ruby":"-Werror " + cxx_common,
|
||||
"scilab": cxx_common,
|
||||
"tcl":"-Werror " + cxx_common,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue