From 9fcc44f991203343438b489389c2b861040086ac Mon Sep 17 00:00:00 2001 From: Chong Cai Date: Wed, 26 May 2021 12:19:11 -0700 Subject: Add verity getdents tests PiperOrigin-RevId: 376001603 --- test/syscalls/BUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/syscalls/BUILD') diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 85412f54b..99743b14a 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -215,6 +215,10 @@ syscall_test( test = "//test/syscalls/linux:getdents_test", ) +syscall_test( + test = "//test/syscalls/linux:verity_getdents_test", +) + syscall_test( test = "//test/syscalls/linux:getrandom_test", ) -- cgit v1.2.3