blob: 47830683bb866b2e19b8a44a678cbc9f8def8770 [file] [log] [blame]
# Copyright 2017 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.
executable("netstack_getaddrinfo_test") {
testonly = true
sources = [
"getaddrinfotest.cc",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//third_party/googletest:gtest_main",
]
}
executable("netstack_getsockname_test") {
testonly = true
sources = [
"getsocknametest.cc",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//third_party/googletest:gtest_main",
]
}