summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-01-16 16:13:54 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-01-16 16:13:54 -0200
commitb8d0367a6ce725dd50fb35033792ff010e05b01a (patch)
treed312f2e6f4aef59448ccf4b3bd34d3b8b3d625c1 /Makefile
parent7ef9a055886574655d9f2be70c957bc16bf30500 (diff)
downloadgitea-b8d0367a6ce725dd50fb35033792ff010e05b01a.tar.gz
gitea-b8d0367a6ce725dd50fb35033792ff010e05b01a.zip
Add command to run the test suite in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09d8ecaf07..768ec0b32b 100644
--- a/Makefile
+++ b/Makefile
@@ -46,3 +46,6 @@ clean:
clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
+
+test:
+ go test ./...