blob: 353b28995a635e4dac7129c8d919f508e35ab765 [file] [edit]
# 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" ]
}
}