summaryrefslogtreecommitdiffhomepage
path: root/test/runner
diff options
context:
space:
mode:
authorCraig Chi <craigchi@google.com>2020-08-04 12:27:55 -0700
committerCraig Chi <craigchi@google.com>2020-08-04 12:27:55 -0700
commit21d0334e7f4a98ec49e7f46cacf2d51258eaec33 (patch)
tree91445db153c48187ee0da351ac1804693f43d4d0 /test/runner
parent103a178026dc64986ff8329aaeafcd6c1fd34b91 (diff)
Add FUSE integration test
This commit adds an integration test framework for FUSE support. Please refer to the test example and test/fuse/README.md for further details. Fixes #3098
Diffstat (limited to 'test/runner')
-rw-r--r--test/runner/defs.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/defs.bzl b/test/runner/defs.bzl
index c92392b35..ba4732ca6 100644
--- a/test/runner/defs.bzl
+++ b/test/runner/defs.bzl
@@ -201,7 +201,7 @@ def syscall_test(
platform = default_platform,
use_tmpfs = use_tmpfs,
add_uds_tree = add_uds_tree,
- tags = platforms[default_platform] + vfs2_tags,
+ tags = platforms[default_platform] + vfs2_tags + ["fuse"],
vfs2 = True,
fuse = True,
)