blob: 588f0abe48d1411e8c5cc249a0f906cd459ef0d7 [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("//build/package.gni")
package("netemul_lib_test") {
testonly = true
deps = [
"//garnet/public/lib/netemul/bus:bus_test_bin",
"//garnet/public/lib/netemul/network:network_test_bin",
]
tests = [
{
name = "network_test"
},
{
name = "bus_test"
},
]
}