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

Unified Diff: runtime/bin/BUILD.gn

Issue 2540853002: Properly label vm_tests as tests (Closed)
Patch Set: Created 4 years, 1 month 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 0e75ba274aacd5a48092d2a03589faefe1628bbd..aa4fbb98a83d1edeea7c943ba2123e8cc630d01c 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -763,6 +763,9 @@ executable("run_vm_tests") {
"..:dart_config",
"..:dart_maybe_product_config",
]
+
+ testonly = true
zra 2016/11/30 18:30:48 It looks like this can be set conditionally, e.g:
+
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