blob: b70112b5cfe22daf0db440e0dade98ca3a9552e8 [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 = [ "clock:tests" ]
if (target_cpu == "arm64") {
deps += [
"amlogic-clk:tests",
"vim3-clk:tests",
]
}
}