summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/BUILD
diff options
context:
space:
mode:
authorBoyuan He <heboyuan@google.com>2020-08-18 23:09:34 +0000
committerAndrei Vagin <avagin@gmail.com>2020-09-11 13:35:25 -0700
commit3d7c9f41ca4ea43339f0bbef3e619ac2f50284c1 (patch)
treee6aa6980fbafdc3f4841521049877792d8ed0bb5 /test/fuse/BUILD
parente6c69537b2c73920ec7cbf28cffbdedee1651792 (diff)
Implement FUSE_SYMLINK
Fixes #3452
Diffstat (limited to 'test/fuse/BUILD')
-rw-r--r--test/fuse/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fuse/BUILD b/test/fuse/BUILD
index ff2948eb3..2f91fe2c7 100644
--- a/test/fuse/BUILD
+++ b/test/fuse/BUILD
@@ -21,3 +21,8 @@ syscall_test(
fuse = "True",
test = "//test/fuse/linux:mknod_test",
)
+
+syscall_test(
+ fuse = "True",
+ test = "//test/fuse/linux:symlink_test",
+)