Properly label vm_tests as tests

This will allow build tools that are interested in target types to work
properly.

BUG=
R=zra@google.com

Review URL: https://codereview.chromium.org/2540853002 .
This commit is contained in:
Zachary Anderson 2016-11-30 14:34:37 -08:00
parent c3e2c45cb3
commit c8ecd31aa5

View file

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