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

Unified Diff: tests/irt_ext/nacl.scons

Issue 511253005: Added irt extension support for supplying the nacl_irt_memory interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Moved size declaration down Created 6 years, 4 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 | « tests/irt_ext/mem_calls.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/irt_ext/nacl.scons
diff --git a/tests/irt_ext/nacl.scons b/tests/irt_ext/nacl.scons
index 66a519cc04ba1ffefae459e8791914362621b734..19e6c1c8dc6a68a4da1038224c655a8adb8e8418 100644
--- a/tests/irt_ext/nacl.scons
+++ b/tests/irt_ext/nacl.scons
@@ -14,11 +14,13 @@ if env.Bit('bitcode') or env.Bit('nacl_glibc'):
IRT_EXT_TEST_SRCS = [
'error_report.c',
'file_desc.c',
+ 'mem_calls.c',
]
IRT_EXT_LIBC_TEST_SRCS = [
'libc/file_tests.c',
'libc/libc_test.c',
+ 'libc/mem_tests.c',
]
irt_ext_libc_test_nexe = env.ComponentProgram('irt_ext_libc_test',
« no previous file with comments | « tests/irt_ext/mem_calls.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698