github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/test/README.md (about)

     1  ## KBFS Test
     2  
     3  This directory houses the test harness required to execute the KBFS
     4  test language as well as the individual tests.
     5  
     6  Libkbfs tests: ```go test```
     7  
     8  Fuse tests (linux, os x): ```go test -tags fuse```
     9  
    10  Dokan tests (windows): ```go test -tags dokan```