diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-01-16 16:13:54 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-01-16 16:13:54 -0200 |
commit | b8d0367a6ce725dd50fb35033792ff010e05b01a (patch) | |
tree | d312f2e6f4aef59448ccf4b3bd34d3b8b3d625c1 /Makefile | |
parent | 7ef9a055886574655d9f2be70c957bc16bf30500 (diff) | |
download | gitea-b8d0367a6ce725dd50fb35033792ff010e05b01a.tar.gz gitea-b8d0367a6ce725dd50fb35033792ff010e05b01a.zip |
Add command to run the test suite in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,3 +46,6 @@ clean: clean-mac: clean find . -name ".DS_Store" -print0 | xargs -0 rm + +test: + go test ./... |