commit | dd7de867971f6309d8380262e5f7abeca2a8c713 | [log] [tgz] |
---|---|---|
author | Alexandre Rames <alexandre.rames@linaro.org> | Wed Jul 06 13:56:11 2016 +0100 |
committer | Alexandre Rames <alexandre.rames@linaro.org> | Mon Jul 11 10:31:58 2016 +0100 |
tree | 03aca8082dbdf1bd6be4f999a91fc5fd92cc40c8 | |
parent | 73064a2fd9da446561b1d5fe18e972f9ee95bd36 [diff] [blame] |
Tweak configuration of `tools/test.py`'s fast mode. Change-Id: Idbf424da0ddeb817aa089cf78814ab9dfb542ebf
diff --git a/tools/config.py b/tools/config.py index 474c853..dd8cff7 100644 --- a/tools/config.py +++ b/tools/config.py
@@ -43,6 +43,6 @@ # The list of C++ standard to test for. tested_cpp_standards = ['c++98', 'c++11'] # The list of compilers tested. -tested_compilers = ['g++', 'clang++'] +tested_compilers = ['clang++', 'g++']