| Index: native_client_sdk/src/build_tools/test_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
|
| index 039d71bd1fb795e89ddd35a71e6cd6ff4ddb5a8e..a8768d0085451f3ad4e9a505258d7004783a792f 100755
|
| --- a/native_client_sdk/src/build_tools/test_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/test_sdk.py
|
| @@ -132,7 +132,7 @@ def StepRunSelLdrTests(pepperdir, sanitizer):
|
| if sanitizer:
|
| continue
|
|
|
| - for toolchain in ('newlib', 'glibc'):
|
| + for toolchain in ('newlib', 'glibc', 'pnacl'):
|
| for arch in archs:
|
| for config in configs:
|
| RunTest(location, toolchain, config, arch)
|
|
|