blob: e3a9793d75c6ea3f414ac6fa7604f8c7dbc2355d [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 = [
"gpio:tests",
"ti-tca6408a:tests",
]
if (target_cpu == "arm64") {
deps += [ "aml-gpio:tests" ]
}
}