blob: 3359536b953cb323b06c8c02e6c65c758c8bd0b0 [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",
"msm8998:tests",
"msm8x53-som: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" ]
}
}