| Index: test/BUILD.gn
|
| diff --git a/test/BUILD.gn b/test/BUILD.gn
|
| index af6ae95745f14cc3a663951693b2776aba7ee7b3..e631606b44a3e13a4f4bd3803353cc6e3b67fb39 100644
|
| --- a/test/BUILD.gn
|
| +++ b/test/BUILD.gn
|
| @@ -52,6 +52,7 @@ group("default_tests") {
|
| ":intl_run",
|
| ":message_run",
|
| ":mjsunit_run",
|
| + ":mksnapshot_run",
|
| ":preparser_run",
|
| ":unittests_run",
|
| ]
|
| @@ -169,6 +170,13 @@ v8_isolate_run("mjsunit") {
|
| isolate = "mjsunit/mjsunit.isolate"
|
| }
|
|
|
| +v8_isolate_run("mksnapshot") {
|
| + deps = [
|
| + ]
|
| +
|
| + isolate = "mksnapshot/mksnapshot.isolate"
|
| +}
|
| +
|
| v8_isolate_run("mozilla") {
|
| deps = [
|
| "..:d8_run",
|
|
|