diff options
author | Chong Cai <chongc@google.com> | 2021-05-25 16:43:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-25 16:46:28 -0700 |
commit | 080d122326a55f43ed8bc97c6c319d5ee87b1ca5 (patch) | |
tree | 33f37eef7c65808cbf7ce40b1396331a72fc3b0f /test/syscalls/linux/BUILD | |
parent | f298d732170fb52189d9a4fe571caa8174227639 (diff) |
Enable verity after mount in verity_mount test
PiperOrigin-RevId: 375823719
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 0582e16ce..f3df889b6 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1346,6 +1346,7 @@ cc_binary( "//test/util:temp_path", "//test/util:test_main", "//test/util:test_util", + "//test/util:verity_util", ], ) |