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