aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-01 14:30:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-01 14:30:53 +0000
commit80dd40f48e42c4a77cab4c9eefe8f75442d274bd (patch)
treec8fdafc769d7f8ffbb3a436b557c511956c82b3a /common.mk
parent5e977e7f7debce76d60f1b1ca8890c825ee07253 (diff)
downloadruby-80dd40f48e42c4a77cab4c9eefe8f75442d274bd.tar.gz
common.mk: fool
* common.mk (fool): target to check and test rubyspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index e6fd94186b..5cfc1f366d 100644
--- a/common.mk
+++ b/common.mk
@@ -1013,6 +1013,8 @@ info-arch: PHONY
change: PHONY
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
+fool: check test-rubyspec
+
love: sudo-precheck up all test install test-all
@echo love is all you need