summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/BUILD
blob: 385920e171691ce35acafa4b5b8b0b0d2e51bbf8 (plain)
1
2
3
4
5
6
7
8
load("//test/runner:defs.bzl", "syscall_test")

package(licenses = ["notice"])

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