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", |