blob: 0487309093728589154906149edd7d1bf1ccaf13 [file] [log] [blame]
# Copyright 2018 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("//src/sys/build/components.gni")
fuchsia_component("network-test") {
testonly = true
manifest = "meta/network_test.cmx"
deps = [
"network:network_test_bin",
"//src/connectivity/network/testing/netemul/runner:netemul-devmgr",
"//src/connectivity/network/tun/network-tun:component",
]
}
fuchsia_component("sync-test") {
testonly = true
manifest = "meta/sync_test.cmx"
deps = [ "sync:sync_test_bin" ]
}
fuchsia_test_package("netemul-lib-tests") {
test_components = [
":network-test",
":sync-test",
]
}