blob: d5baa732d8ccff01ed436a41ca9705fae9f228f1 [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_loopback_test") {
testonly = true
sources = [
"multiple_listening_sockets.cc",
"datagram_sendto_recvfrom.cc",
"loopbacktest.cc",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//third_party/googletest:gtest_main",
]
}