blob: 56af2c87df6c12bb2c66c22372954506a080455a [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.
import("//build/test/test_package.gni")
import("//build/testing/environments.gni")
group("network-device") {
deps = [ "cpp" ]
}
test_package("netdev-client-tests") {
deps = [ "cpp:tests" ]
tests = [
{
name = "cpp-test"
environments = [ qemu_env ]
},
]
}
group("tests") {
testonly = true
deps = [
":netdev-client-tests",
"//src/connectivity/network/tun/network-tun",
]
}