diff --git a/README.md b/README.md index c1ec2d9..82ee5f1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ Now you can run tusd: go run src/cmd/tusd/main.go ``` +## Running the testsuite + +```bash +cd src/http +go test -v . +``` + ## License This project is licensed under the MIT license, see `LICENSE.txt`.