summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-26 03:14:19 -0500
committerUnknwon <u@gogs.io>2016-01-26 03:14:19 -0500
commitab0ba4bbae121c9ba3cf0d49efc1c90ef7bb3ddc (patch)
tree8564a2f200f144bc4355ba398aff260ac3eb0879
parent86f841dd714e6b080f05d75c5a4ead68344bee07 (diff)
parentb8d0367a6ce725dd50fb35033792ff010e05b01a (diff)
downloadgitea-ab0ba4bbae121c9ba3cf0d49efc1c90ef7bb3ddc.tar.gz
gitea-ab0ba4bbae121c9ba3cf0d49efc1c90ef7bb3ddc.zip
Merge pull request #2425 from andreynering/make-test
Add command to run the test suite in 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 ./...