| 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',
|
|
|