summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gofmt/Makefile')
-rw-r--r--src/cmd/gofmt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/gofmt/Makefile b/src/cmd/gofmt/Makefile
index 5f2f454e8..dc5b060e6 100644
--- a/src/cmd/gofmt/Makefile
+++ b/src/cmd/gofmt/Makefile
@@ -15,5 +15,5 @@ include ../../Make.cmd
test: $(TARG)
./test.sh
-smoketest: $(TARG)
- (cd testdata; ./test.sh)
+testshort:
+ gotest -test.short