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