| Index: native_client_sdk/src/build_tools/test_projects.py
|
| diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py
|
| index 40a688cb6761a9ab183b1a06e8074b5283b31382..206bef070d1003408b835708e8c838446c310ccb 100755
|
| --- a/native_client_sdk/src/build_tools/test_projects.py
|
| +++ b/native_client_sdk/src/build_tools/test_projects.py
|
| @@ -38,7 +38,15 @@ browser_tester_py = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'tools',
|
|
|
|
|
| ALL_CONFIGS = ['Debug', 'Release']
|
| -ALL_TOOLCHAINS = ['newlib', 'glibc', 'pnacl', 'win', 'linux', 'mac']
|
| +ALL_TOOLCHAINS = [
|
| + 'newlib',
|
| + 'glibc',
|
| + 'pnacl',
|
| + 'win',
|
| + 'linux',
|
| + 'mac',
|
| + 'clang-newlib',
|
| +]
|
|
|
| # Values you can filter by:
|
| # name: The name of the test. (e.g. "pi_generator")
|
|
|