blob: 27d7200bd0be25569efcf1347ce0dba837b9697a [file] [log] [blame]
# Copyright 2019 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")
executable("ioctl_client") {
sources = [
"test_ioctl_client.cc",
]
deps = [
"//garnet/lib/inet",
"//garnet/public/lib/netstack/c",
]
}
package("test_ioctl_client") {
deps = [
":ioctl_client",
]
binary = "ioctl_client"
meta = [
{
path = rebase_path("meta/test_ioctl_client.cmx")
dest = "test_ioctl_client.cmx"
},
]
}