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

Unified Diff: runtime/bin/BUILD.gn

Issue 2540853002: Properly label vm_tests as tests (Closed)
Patch Set: Properly label vm_tests as tests when building for fuchsia 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 903cc408dc7bc17b18f177f19d6024c54b7eab29..07b9b1707e6c6a10e699d58bde1c264bcb645f2a 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -764,10 +764,15 @@ action("generate_snapshot_test_dat_file") {
}
executable("run_vm_tests") {
+ if (defined(is_fuchsia) && is_fuchsia) {
+ testonly = true
+ }
+
configs += [
"..:dart_config",
"..:dart_maybe_product_config",
]
+
deps = [
":dart_snapshot_cc",
":generate_snapshot_test_dat_file",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698