summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2019-08-15 16:30:25 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-15 16:31:35 -0700
commitef045b914bc8d9795f9184aed4b13351be70a3cf (patch)
tree6a6cfa039c5f7de68ad8e04910483b7c4b1833d6 /test/syscalls/BUILD
parent6cfc76798b586a6c33c1ec311cb5f0d82b90ca72 (diff)
Add tests for "cooked" AF_PACKET sockets.
PiperOrigin-RevId: 263666789
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 aa1e33fb4..f50d83f38 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -249,6 +249,8 @@ syscall_test(
test = "//test/syscalls/linux:open_test",
)
+syscall_test(test = "//test/syscalls/linux:packet_socket_test")
+
syscall_test(test = "//test/syscalls/linux:partial_bad_buffer_test")
syscall_test(test = "//test/syscalls/linux:pause_test")