blob: cb926c31a1e1a9f8b96a81af0d108842b9931cbc [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("drivers") {
testonly = true
deps = [ "drivers" ]
}
group("tests") {
testonly = true
deps = [
"drivers:tests",
"tests",
]
}