summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-18 04:45:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-18 04:45:01 +0000
commit91efee1bd01a73ab360f0667682d71e7ef12fbd5 (patch)
tree7f710cac67d9e9f85bf6f2dac55a66abf3c08d2a /common.mk
parentf8a2398a86ce64858584fc3281ad40c01a5342d1 (diff)
common.mk: no prefixes
* common.mk (yes-test-testframework): remove unnecessary test directory prefixes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 4bb985379f..9520cbf34d 100644
--- a/common.mk
+++ b/common.mk
@@ -581,7 +581,7 @@ yes-test-knownbug: prog PHONY
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