Index: test/cctest/cctest.gyp |
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
index 5ebc5600ae9c337266c687880d6a6ebd41d41b51..34804a6974cc9fc40c7101faaee5873ea6901bc4 100644 |
--- a/test/cctest/cctest.gyp |
+++ b/test/cctest/cctest.gyp |
@@ -362,6 +362,7 @@ |
'../..', |
], |
'sources': [ |
+ '../../test/cctest/interpreter/bytecode-expectations.cc', |
rmcilroy
2016/02/12 12:33:10
Also include the .h file
Stefano Sanfilippo
2016/02/12 14:23:59
Done.
|
'../../test/cctest/interpreter/generate-bytecode-expectations.cc', |
], |
}, |