| Index: native_client_sdk/src/libraries/nacl_io_test/Makefile
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/Makefile b/native_client_sdk/src/libraries/nacl_io_test/Makefile
|
| similarity index 98%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/Makefile
|
| rename to native_client_sdk/src/libraries/nacl_io_test/Makefile
|
| index 2797405bedfef1af65de069a5e8d552368ba6b38..e59069020bd39e2c388413cc796cc7fd0ceec095 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/Makefile
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/Makefile
|
| @@ -41,7 +41,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk
|
| # We break this list down into two parts, the set we need to rebuild (DEPS)
|
| # and the set we do not.
|
| #
|
| -DEPS=nacl_mounts ppapi_cpp
|
| +DEPS=nacl_io ppapi_cpp
|
| # Order matters here: gtest has a "main" function that will be used if
|
| # referenced before ppapi.
|
| LIBS=gtest_ppapi $(DEPS) gmock ppapi gtest pthread
|
| @@ -57,7 +57,7 @@ $(foreach dep,$(DEPS),$(eval $(call DEPEND_RULE,$(dep))))
|
| # The base name of the final NEXE, also the name of the NMF file containing
|
| # the mapping between architecture and actual NEXE.
|
| #
|
| -TARGET=nacl_mounts_test
|
| +TARGET=nacl_io_test
|
|
|
| #
|
| # List of sources to compile
|
|
|