summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-12 06:35:20 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-12 06:36:43 -0800
commit46a36b64d5164d1ac887aa528d23bb2f2c74489e (patch)
treeec6dcb73bbd7a8a7861f4fd79281e10a35737f4d /test
parent5205bc7e583f90e5a5855a69de26a0baa888cbdf (diff)
Include more test files in exports_files
So that they can be included by Fuchsia's syscall tests PiperOrigin-RevId: 294654890
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/linux/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index ca1af209a..e7c82adfc 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -10,13 +10,16 @@ exports_files(
"socket.cc",
"socket_inet_loopback.cc",
"socket_ip_loopback_blocking.cc",
+ "socket_ip_tcp_generic_loopback.cc",
"socket_ip_tcp_loopback.cc",
+ "socket_ip_tcp_udp_generic.cc",
"socket_ip_udp_loopback.cc",
"socket_ip_unbound.cc",
"socket_ipv4_tcp_unbound_external_networking_test.cc",
"socket_ipv4_udp_unbound_external_networking_test.cc",
"socket_ipv4_udp_unbound_loopback.cc",
"tcp_socket.cc",
+ "udp_bind.cc",
"udp_socket.cc",
],
visibility = ["//:sandbox"],