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

Unified Diff: tests/multiple_sandboxes/nacl.scons

Issue 6883091: Start unit testing for functions in nc_inst_state.c (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 8 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
Index: tests/multiple_sandboxes/nacl.scons
===================================================================
--- tests/multiple_sandboxes/nacl.scons (revision 4944)
+++ tests/multiple_sandboxes/nacl.scons (working copy)
@@ -14,9 +14,9 @@
# between libraries.
VALIDATOR_LIBS = []
if trusted_env.Bit('target_x86'):
- VALIDATOR_LIBS += ['ncopcode_utils', 'ncvalidate']
if trusted_env.Bit('target_x86_64'):
VALIDATOR_LIBS += ['ncvalidate_sfi']
+ VALIDATOR_LIBS += ['ncvalidate']
elif trusted_env.Bit('target_arm'):
VALIDATOR_LIBS += ['ncvalidate_arm_v2', 'arm_validator_core']
« src/trusted/validator_x86/nc_inst_state.c ('K') | « src/trusted/validator_x86/ncopcode_desc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698