diff options
author | Kevin Krakauer <krakauer@google.com> | 2019-04-02 17:47:33 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-02 17:48:33 -0700 |
commit | 5c465603b67285f04d0b7a38e1bc185b29b4085e (patch) | |
tree | eb48c563aa02b82301dc9955f6beb0d63d59f31a | |
parent | 1776ab28f0fb934d399361e6012945c70dcd996f (diff) |
Add build rule for raw socket tests so they are runnable via:
bazel test test/syscalls:raw_socket_ipv4_test_{native,runsc_ptrace,runsc_kvm}
PiperOrigin-RevId: 241640049
Change-Id: Iac4dbdd7fd1827399a472059ac7d85fb6b506577
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index ccb3deda9..94e0f24e0 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -235,6 +235,8 @@ syscall_test(test = "//test/syscalls/linux:pwritev2_test") syscall_test(test = "//test/syscalls/linux:pwrite64_test") +syscall_test(test = "//test/syscalls/linux:raw_socket_ipv4_test") + syscall_test(test = "//test/syscalls/linux:read_test") syscall_test( |