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 79% |
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..20fca3ba285a655d11caaba44bba952983da9b0f 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', |
- 'TITLE': 'NaCl Mounts test', |
+ 'NAME': 'nacl_io_test', |
+ 'TITLE': 'NaCl IO test', |
} |