diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 20:01:56 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 20:01:56 +0000 |
commit | 712398266266d2a10cf22c7bfc9e90a1e1fb4581 (patch) | |
tree | 54b71d4697aab7894fcae86b83995b8f7c3af1fa /native_client_sdk/src/tests/sdk_util_test/example.dsc | |
parent | 5d5a21d42f4abb179f3692889dc4afc6e653edfb (diff) | |
download | chromium_src-712398266266d2a10cf22c7bfc9e90a1e1fb4581.zip chromium_src-712398266266d2a10cf22c7bfc9e90a1e1fb4581.tar.gz chromium_src-712398266266d2a10cf22c7bfc9e90a1e1fb4581.tar.bz2 |
[NaCl SDK] Run sel_ldr-based unit tests as natively-build linux tests as well.
This mode allows us to use native linux debugging and profiling
tools (valgrind, etc..).
R=binji@chromium.org
Review URL: https://codereview.chromium.org/300603002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/tests/sdk_util_test/example.dsc')
-rw-r--r-- | native_client_sdk/src/tests/sdk_util_test/example.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/tests/sdk_util_test/example.dsc b/native_client_sdk/src/tests/sdk_util_test/example.dsc index 1481069..17d2cf7 100644 --- a/native_client_sdk/src/tests/sdk_util_test/example.dsc +++ b/native_client_sdk/src/tests/sdk_util_test/example.dsc @@ -1,5 +1,5 @@ { - 'TOOLS': ['newlib', 'glibc', 'pnacl'], + 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'], 'SEL_LDR': True, 'TARGETS': [ |