Chromium Code Reviews

Unified Diff: test/cctest/cctest.gyp

Issue 1581643004: [wasm] Add tests for JS wrappers to test-run-wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 16dfc214159e2a682bc867ac5753797cae061312..6b1b12ff2167786790b0d107bb553ea77ff6629b 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -186,8 +186,10 @@
'test-weaksets.cc',
'trace-extension.cc',
'wasm/test-run-wasm.cc',
+ 'wasm/test-run-wasm-js.cc',
'wasm/test-run-wasm-module.cc',
'wasm/test-signatures.h',
+ 'wasm/wasm-run-utils.h',
],
'conditions': [
['v8_target_arch=="ia32"', {

Powered by Google App Engine