d32fa64d33
Also refactor the unit tests and add support to easily match DAGs using CaptureEq() matcher. TEST=compiler-unittests BUG=v8:3489 LOG=n R=jarin@chromium.org Review URL: https://codereview.chromium.org/480863002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
8 lines
130 B
Python
8 lines
130 B
Python
include_rules = [
|
|
"+src",
|
|
"+testing/gtest",
|
|
"+testing/gtest-support.h",
|
|
"+testing/gmock",
|
|
"+testing/gmock-support.h",
|
|
]
|