| Index: native_client_sdk/src/libraries/nacl_io_test/example.dsc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io_test/example.dsc b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
|
| index 3c1226e7a85a80a0b816400ae8fcf1b392eed09d..7ef3cc3a5557fde4f970775e83c241ed322caa12 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io_test/example.dsc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
|
| @@ -17,6 +17,7 @@
|
| 'kernel_wrap_test.cc',
|
| 'main.cc',
|
| 'mock_util.h',
|
| + 'mount_dev_mock.h',
|
| 'mount_html5fs_test.cc',
|
| 'mount_http_test.cc',
|
| 'mount_mock.cc',
|
| @@ -24,11 +25,12 @@
|
| 'mount_node_mock.cc',
|
| 'mount_node_mock.h',
|
| 'mount_node_test.cc',
|
| + 'mount_node_tty_test.cc',
|
| 'mount_test.cc',
|
| 'path_test.cc',
|
| 'pepper_interface_mock.cc',
|
| 'pepper_interface_mock.h',
|
| - 'socket_test.cc',
|
| + 'socket_test.cc'
|
| ],
|
| 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| # Order matters here: gtest has a "main" function that will be used if
|
|
|