ruby-changes:39814
From: nobu <ko1@a...>
Date: Fri, 18 Sep 2015 13:45:13 +0900 (JST)
Subject: [ruby-changes:39814] nobu:r51895 (trunk): common.mk: no prefixes
nobu 2015-09-18 13:45:01 +0900 (Fri, 18 Sep 2015) New Revision: 51895 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51895 Log: common.mk: no prefixes * common.mk (yes-test-testframework): remove unnecessary test directory prefixes. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 51894) +++ common.mk (revision 51895) @@ -581,7 +581,7 @@ yes-test-knownbug: prog PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L581 test-testframework: $(TEST_RUNNABLE)-test-testframework no-test-testframework: PHONY yes-test-testframework: prog PHONY - $(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) $(srcdir)/test/testunit $(srcdir)/test/minitest + $(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) testunit minitest test: test-sample btest-ruby test-knownbug -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/