summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-19 12:31:43 -0800
committerCopybara-Service <copybara-worker@google.com>2020-02-19 12:32:44 -0800
commit55c99ce106e03c419729318947e0be477ed181d0 (patch)
tree12e191b270ca60c037b9b8bde2fc81f8b37c1022 /test/syscalls
parentdbf37bf8b4e1e6f888f98e81b17f383dfbeca296 (diff)
Include more test files in exports_files
So that they can be included by Fuchsia's syscall tests PiperOrigin-RevId: 296030383
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/linux/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index e7c82adfc..05a818795 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -12,8 +12,12 @@ exports_files(
"socket_ip_loopback_blocking.cc",
"socket_ip_tcp_generic_loopback.cc",
"socket_ip_tcp_loopback.cc",
+ "socket_ip_tcp_loopback_blocking.cc",
+ "socket_ip_tcp_loopback_nonblock.cc",
"socket_ip_tcp_udp_generic.cc",
"socket_ip_udp_loopback.cc",
+ "socket_ip_udp_loopback_blocking.cc",
+ "socket_ip_udp_loopback_nonblock.cc",
"socket_ip_unbound.cc",
"socket_ipv4_tcp_unbound_external_networking_test.cc",
"socket_ipv4_udp_unbound_external_networking_test.cc",