[doc] add test/benchmark/license info

git-svn-id: file:///srv/svn/repo/yukari/trunk@48 f3bd38d9-da89-464d-a02a-eb04e43141b5
This commit is contained in:
asciimoo 2016-11-28 20:36:06 +00:00
parent 6202e9d41c
commit 7e2e845965

View File

@ -26,6 +26,25 @@ $ "$GOPATH/bin/morty" --help
```
### Test
```
$ cd "$GOPATH/src/github.com/asciimoo/morty"
$ go test
```
### Benchmark
```
$ cd "$GOPATH/src/github.com/asciimoo/morty"
$ go test -benchmem -bench .
```
## Bugs
Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
## [LICENSE](https://github.com/asciimoo/morty/blob/master/LICENSE)