Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: test/BUILD.gn

Issue 2567603002: [test] Add mksnapshot stress test suite
Patch Set: [test] Add mksnapshot stress test suite Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mksnapshot/mksnapshot.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | test/mksnapshot/mksnapshot.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698