aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/goinstall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/goinstall/Makefile')
-rw-r--r--src/cmd/goinstall/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/goinstall/Makefile b/src/cmd/goinstall/Makefile
index f61354f39f..b90646973b 100644
--- a/src/cmd/goinstall/Makefile
+++ b/src/cmd/goinstall/Makefile
@@ -11,3 +11,9 @@ GOFILES=\
make.go\
include ../../Make.cmd
+
+test:
+ gotest
+
+testshort:
+ gotest -test.short