Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io_test/example.dsc |
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_io_test/example.dsc |
| similarity index 83% |
| rename from native_client_sdk/src/libraries/nacl_mounts_test/example.dsc |
| rename to native_client_sdk/src/libraries/nacl_io_test/example.dsc |
| index 5b9150e53c22e7d5a8ca20025880a0e8a11ae7bf..68fedde6e2e19d91dd3e7fb4d253e5fe589872a1 100644 |
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc |
| +++ b/native_client_sdk/src/libraries/nacl_io_test/example.dsc |
| @@ -6,7 +6,7 @@ |
| 'SEARCH': ['.', '../../examples'], |
| 'TARGETS': [ |
| { |
| - 'NAME' : 'nacl_mounts_test', |
| + 'NAME' : 'nacl_io_test', |
| 'TYPE' : 'main', |
| 'SOURCES' : [ |
| 'kernel_object_test.cc', |
| @@ -23,7 +23,7 @@ |
| 'pepper_interface_mock.cc', |
| 'pepper_interface_mock.h', |
| ], |
| - 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi'] |
| + 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_io', 'ppapi_cpp', 'gtest_ppapi'] |
| } |
| ], |
| 'DATA': [ |
| @@ -31,6 +31,6 @@ |
| 'example.js' |
| ], |
| 'DEST': 'tests', |
| - 'NAME': 'nacl_mounts_test', |
| + 'NAME': 'nacl_io_test', |
| 'TITLE': 'NaCl Mounts test', |
|
binji
2013/02/05 21:04:14
NaCl IO Test
noelallen1
2013/02/05 21:21:47
Done.
|
| } |