From 63340e61388621d41a5abb08d8902a1565d02a96 Mon Sep 17 00:00:00 2001 From: Chong Cai Date: Mon, 5 Apr 2021 17:29:30 -0700 Subject: Add initial verity ioctl syscall tests PiperOrigin-RevId: 366907152 --- 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 9d474569c..affcae8fd 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -243,6 +243,10 @@ syscall_test( test = "//test/syscalls/linux:ioctl_test", ) +syscall_test( + test = "//test/syscalls/linux:verity_ioctl_test", +) + syscall_test( test = "//test/syscalls/linux:iptables_test", ) -- cgit v1.2.3