From 7e230ca693a4aefe8cdd97c048e5b8d2f68f6535 Mon Sep 17 00:00:00 2001 From: tim-kos Date: Fri, 10 May 2013 16:46:58 +0200 Subject: [PATCH] add how to run the testsuite to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`.