Index: native_client_sdk/src/tests/nacl_io_test/example.dsc |
diff --git a/native_client_sdk/src/tests/nacl_io_test/example.dsc b/native_client_sdk/src/tests/nacl_io_test/example.dsc |
index 0a1055dd5ee0ba0f75bc0775137034fd6b536cc5..ee48428d8b29cf2de128258716f18f9b519ec3f6 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/example.dsc |
+++ b/native_client_sdk/src/tests/nacl_io_test/example.dsc |
@@ -62,14 +62,25 @@ |
'tty_test.cc', |
], |
'DEPS': ['ppapi_simple_cpp', 'nacl_io'], |
- 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gtest', 'pthread'], |
- 'INCLUDES': ["."], |
+ 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'nacl_io', 'ppapi', 'pthread'], |
+ 'INCLUDES': [ |
+ '.', |
+ '../../src/gtest/include', |
+ '../../src/gtest', |
+ '../../src/gmock/include', |
+ '../../src/gmock' |
+ ], |
+ 'EXTRA_SOURCES' : [ |
+ '../../src/gtest/src/gtest-all.cc', |
+ '../../src/gmock/src/gmock-all.cc' |
+ ], |
'CXXFLAGS': ['-Wno-sign-compare'], |
} |
], |
'DATA': [ |
'example.js' |
], |
+ |
'DEST': 'tests', |
'NAME': 'nacl_io_test', |
'TITLE': 'NaCl IO test', |