summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2019-08-20 16:34:37 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-20 16:36:06 -0700
commit6c3a242143dd234e7ef5979a41dfe648cea23d84 (patch)
tree2365d5f50e24bf5e571eaeac6a67b23843fd01d9 /test/syscalls/BUILD
parent3d0715b3f8e7864104e9cbb29b16e6a6b7568d63 (diff)
Add tests for raw AF_PACKET sockets.
PiperOrigin-RevId: 264494359
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index e70c08712..ccae4925f 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -255,6 +255,8 @@ syscall_test(
test = "//test/syscalls/linux:open_test",
)
+syscall_test(test = "//test/syscalls/linux:packet_socket_raw_test")
+
syscall_test(test = "//test/syscalls/linux:packet_socket_test")
syscall_test(test = "//test/syscalls/linux:partial_bad_buffer_test")