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

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

Issue 11418063: Validator_ragel: get rid of validator_test.c (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 1 month 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 | « no previous file | src/trusted/validator_ragel/unreviewed/validator_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/build.scons
diff --git a/src/trusted/validator_ragel/build.scons b/src/trusted/validator_ragel/build.scons
index 57cbfbb10adbcfa574051bd87e5f11292ef163c5..6477c2c0dc00b86f3e2962af83eb4adc6e499142 100644
--- a/src/trusted/validator_ragel/build.scons
+++ b/src/trusted/validator_ragel/build.scons
@@ -61,12 +61,6 @@ decoder_test = env.ComponentProgram(
['unreviewed/decoder_test.c'],
EXTRA_LIBS=['dfa_decode_x86_32', 'dfa_decode_x86_64'])
-# Command-line validator.
-validator_test_exe = env.ComponentProgram(
- 'validator_test',
- ['unreviewed/validator_test.c'],
- EXTRA_LIBS=['dfa_validate_x86_32', 'dfa_validate_x86_64'])
-
env.ComponentLibrary(
'elf_load',
['elf_load.cc'],
« no previous file with comments | « no previous file | src/trusted/validator_ragel/unreviewed/validator_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698