diff options
author | Boyuan He <heboyuan@google.com> | 2020-08-18 22:45:47 +0000 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-16 12:19:30 -0700 |
commit | 4d26c9929de31cdfe3551d4b8be90a07f98fed55 (patch) | |
tree | 1c8e102c3dc3ca1beba28ef0cf676e69046dbf38 /test/fuse/BUILD | |
parent | 733d013f979a2107fd866ff3c05249c3e8ba5102 (diff) |
Implement FUSE_MKDIR
Fixes #3392
Diffstat (limited to 'test/fuse/BUILD')
-rw-r--r-- | test/fuse/BUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fuse/BUILD b/test/fuse/BUILD index c2bdcf1ba..8bde81e3c 100644 --- a/test/fuse/BUILD +++ b/test/fuse/BUILD @@ -31,3 +31,8 @@ syscall_test( fuse = "True", test = "//test/fuse/linux:readlink_test", ) + +syscall_test( + fuse = "True", + test = "//test/fuse/linux:mkdir_test", +) |