Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: src/trusted/validator_x86/build.scons

Issue 8161004: Handle ELFCLASS32 files for x86-64 (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: typo fixes in last iteration Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator/ncfileutil.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/build.scons
diff --git a/src/trusted/validator_x86/build.scons b/src/trusted/validator_x86/build.scons
index 8835a57b659dc50319d57cb62353d908d1ed667f..4500fa14426fc8deaf160ed2771ecbc8790c18a3 100644
--- a/src/trusted/validator_x86/build.scons
+++ b/src/trusted/validator_x86/build.scons
@@ -393,3 +393,12 @@ def __AddNegMaxErrors():
STANDARD_TESTS)
__AddNegMaxErrors()
+
+if test_env.Bit('target_x86_64'):
+ node = test_env.CommandTest('ncval_hello_x32.out',
+ [ncval,
+ env.File(os.path.join('${MAIN_DIR}/src/trusted',
+ 'service_runtime',
+ 'testdata/x86_64',
+ 'hello_x32.nexe'))])
+ env.AddNodeToTestSuite(node, STANDARD_TESTS, 'run_ncval_hello_x32_test')
« no previous file with comments | « src/trusted/validator/ncfileutil.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698