Chromium Code Reviews

Unified Diff: test/BUILD.gn

Issue 2189023002: [inspector] add test configuration for the parser test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index f116f551181430a06d37fb30dd73a797b6b72ece..39fdf0598b8a34ac652be57cbab04a57d29cae83 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -44,6 +44,7 @@ group("default_tests") {
deps = [
":cctest_run",
":fuzzer_run",
+ ":inspector_protocol_parser_test_run",
":intl_run",
":message_run",
":mjsunit_run",
@@ -139,6 +140,14 @@ v8_isolate_run("fuzzer") {
isolate = "fuzzer/fuzzer.isolate"
}
+v8_isolate_run("inspector_protocol_parser_test") {
+ deps = [
+ "inspector_protocol_parser_test:inspector_protocol_parser_test",
+ ]
+
+ isolate = "inspector_protocol_parser_test/inspector_protocol_parser_test.isolate"
+}
+
v8_isolate_run("intl") {
deps = [
"..:d8_run",
« no previous file with comments | « no previous file | test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp » ('j') | tools/run-tests.py » ('J')

Powered by Google App Engine