| Index: native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| index 1260c306e8492f4b1e7b8ac43f5842a32b4fb87b..03cfa4810263acd14c1006e7c158bab667f73870 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
|
| @@ -1,6 +1,6 @@
|
| {
|
| # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
|
| - 'TOOLS': ['newlib', 'glibc', 'win', 'linux'],
|
| + 'TOOLS': ['newlib', 'glibc', 'win'],
|
|
|
| # Need to add ../../examples for common.js
|
| 'SEARCH': ['.', '../../examples'],
|
| @@ -9,14 +9,16 @@
|
| 'NAME' : 'nacl_mounts_test',
|
| 'TYPE' : 'main',
|
| 'SOURCES' : [
|
| - 'kernel_intercept_test.cc',
|
| 'kernel_object_test.cc',
|
| + 'kernel_proxy_mock.h',
|
| 'kernel_proxy_test.cc',
|
| + 'kernel_wrap_test.cc',
|
| + 'module.cc',
|
| 'mount_node_test.cc',
|
| 'mount_test.cc',
|
| 'path_test.cc',
|
| ],
|
| - 'LIBS': ['ppapi', 'pthread', 'gtest', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
|
| + 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
|
| }
|
| ],
|
| 'DATA': [
|
|
|