blob: 9dbc04b831799d1d7f76600f4b2c038b9f2f634a [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("tests") {
testonly = true
deps = [
"as370:tests",
"astro:tests",
"c18:tests",
"machina:tests",
"mt8167s_ref:tests",
"nelson:tests",
"qemu-arm64:tests",
"sherlock:tests",
"vim2:tests",
"vim3:tests",
"vs680-evk:tests",
"x86:tests",
]
if (target_cpu == "x64") {
deps += [ "x86:tests" ]
}
}