github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/libfuse/Makefile (about)

     1  all : 
     2  
     3  .PHONY : test 
     4  test :
     5  	../bserver/rundynamo.sh; go test -v -kbfs.bserverRemote=true
     6