blob: 5a05247c7328b3e03b0692b349a3fcf64c1e3450 [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",
"mt8167s_ref:tests",
"vs680-evk:tests",
]
if (target_cpu == "x64") {
deps += [ "x86:tests" ]
}
}