blob: 5295b1ccc0e1a74777d988ef615c01d17461cf61 [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/components.gni")
group("network-device") {
deps = [ "cpp" ]
}
fuchsia_unittest_component("netdev-client-cpp-test") {
deps = [ "cpp:tests" ]
manifest = "meta/cpp-test.cmx"
}
fuchsia_test_package("netdev-client-tests") {
deps = [ "//src/connectivity/network/tun/network-tun:component" ]
test_components = [ ":netdev-client-cpp-test" ]
test_specs = {
log_settings = {
max_severity = "ERROR"
}
}
}
group("tests") {
testonly = true
deps = [ ":netdev-client-tests" ]
}