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