add how to run the testsuite to the readme

This commit is contained in:
tim-kos 2013-05-10 16:46:58 +02:00
parent 4cf005572c
commit 7e230ca693
1 changed files with 7 additions and 0 deletions

View File

@ -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`.