From eb7e83f645cc21f3219865d38fa7f8e06852c822 Mon Sep 17 00:00:00 2001 From: Chong Cai Date: Fri, 14 May 2021 13:27:14 -0700 Subject: Add verity_mmap tests PiperOrigin-RevId: 373854462 --- test/util/BUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/util/BUILD') diff --git a/test/util/BUILD b/test/util/BUILD index 8985b54af..cc83221ea 100644 --- a/test/util/BUILD +++ b/test/util/BUILD @@ -401,3 +401,16 @@ cc_library( "@com_google_absl//absl/strings", ], ) + +cc_library( + name = "verity_util", + testonly = 1, + srcs = ["verity_util.cc"], + hdrs = ["verity_util.h"], + deps = [ + ":fs_util", + ":mount_util", + ":posix_error", + ":temp_path", + ], +) -- cgit v1.2.3