add how to run the testsuite to the readme
This commit is contained in:
parent
4cf005572c
commit
7e230ca693
|
@ -41,6 +41,13 @@ Now you can run tusd:
|
||||||
go run src/cmd/tusd/main.go
|
go run src/cmd/tusd/main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running the testsuite
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd src/http
|
||||||
|
go test -v .
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT license, see `LICENSE.txt`.
|
This project is licensed under the MIT license, see `LICENSE.txt`.
|
||||||
|
|
Loading…
Reference in New Issue