summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/BUILD
blob: 209030ff1034ae353ddd1bbfa28481e5a3b79e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load("//test/runner:defs.bzl", "syscall_test")

package(licenses = ["notice"])

syscall_test(
    fuse = "True",
    test = "//test/fuse/linux:stat_test",
)

syscall_test(
    fuse = "True",
    test = "//test/fuse/linux:open_test",
)