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