diff options
author | Chong Cai <chongc@google.com> | 2021-05-26 12:19:11 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-26 12:23:14 -0700 |
commit | 9fcc44f991203343438b489389c2b861040086ac (patch) | |
tree | f8e05f6e093838a11b5be204095c9f6110ca327f /test/syscalls/BUILD | |
parent | c006b9b1c813089f22ae979fb3198227be25c20a (diff) |
Add verity getdents tests
PiperOrigin-RevId: 376001603
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 85412f54b..99743b14a 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -216,6 +216,10 @@ syscall_test( ) syscall_test( + test = "//test/syscalls/linux:verity_getdents_test", +) + +syscall_test( test = "//test/syscalls/linux:getrandom_test", ) |