diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-26 16:03:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-26 16:03:51 +0000 |
commit | 9273ab42c03129b033c16634cf560dd959fa82a2 (patch) | |
tree | c7cfa92c5bd42670c0e323651547224733f63968 /defs | |
parent | 3084f43047fcb3cce12f0e11d41fc2abfbadb824 (diff) | |
download | ruby-9273ab42c03129b033c16634cf560dd959fa82a2.tar.gz |
gmake.mk: test-framework by love
* defs/gmake.mk (sudo-precheck): test the test-framework before
installation by love.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r-- | defs/gmake.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk index 533a7ec6e6..5220eb3583 100644 --- a/defs/gmake.mk +++ b/defs/gmake.mk @@ -73,7 +73,7 @@ endif ifneq ($(filter love,$(MAKECMDGOALS)),) showflags: up -sudo-precheck: test +sudo-precheck: test yes-test-testframework no-test-testframework install-prereq: sudo-precheck yes-test-all no-test-all: install yes-test-almost no-test-almost: install |