From 1cdca36e8f4af13a1fa73ea39452cd1eaa141abd Mon Sep 17 00:00:00 2001 From: Craig Chi Date: Fri, 14 Aug 2020 10:17:08 -0700 Subject: Add function generating array of iovec with different FUSE structs This commit adds a function in the newly created fuse_util library, which accepts a variable number of arguments and data structures. Fixes #3609 --- test/fuse/linux/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/fuse/linux/BUILD') diff --git a/test/fuse/linux/BUILD b/test/fuse/linux/BUILD index 4871bb531..e4a614e11 100644 --- a/test/fuse/linux/BUILD +++ b/test/fuse/linux/BUILD @@ -12,6 +12,7 @@ cc_binary( deps = [ gtest, ":fuse_base", + "//test/util:fuse_util", "//test/util:test_main", "//test/util:test_util", ], @@ -24,6 +25,7 @@ cc_library( hdrs = ["fuse_base.h"], deps = [ gtest, + "//test/util:fuse_util", "//test/util:posix_error", "//test/util:temp_path", "//test/util:test_util", -- cgit v1.2.3