summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorLucas Manning <lucasmanning@google.com>2021-06-29 16:58:12 -0700
committergVisor bot <gvisor-bot@google.com>2021-06-29 17:01:11 -0700
commit90dbb4b0c7e594ba67fec26c2cdb1dfd7d7454de (patch)
treec4dc0b1ce735326dd6c34e41990073e63f98108b /test/syscalls/BUILD
parent54b71221c0b7a9159f369263ea6189bdba4eac3a (diff)
Add SIOCGIFFLAGS ioctl support to hostinet.
PiperOrigin-RevId: 382194711
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 1257c0553..de08091af 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -738,6 +738,7 @@ syscall_test(
)
syscall_test(
+ add_hostinet = True,
test = "//test/syscalls/linux:socket_netdevice_test",
)