summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/BUILD
diff options
context:
space:
mode:
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 209030ff1..53cbadb3c 100644
--- a/test/fuse/BUILD
+++ b/test/fuse/BUILD
@@ -11,3 +11,8 @@ syscall_test(
fuse = "True",
test = "//test/fuse/linux:open_test",
)
+
+syscall_test(
+ fuse = "True",
+ test = "//test/fuse/linux:release_test",
+)