summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-09 20:04:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit934feb1dee4a75383f4326b7a7fec538181ea9ce (patch)
treec3b0f57c6e932c84290b2a2029bffb9e55017353 /common.mk
parent905c04d1e6a9996d146ea8261cc36694a10ccf1c (diff)
Removed minitest dir from make task
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
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 0d51dc25d4..d5a34409f5 100644
--- a/common.mk
+++ b/common.mk
@@ -794,7 +794,7 @@ yes-test-knownbug: prog PHONY
test-testframework: $(TEST_RUNNABLE)-test-testframework
yes-test-testframework: prog PHONY
$(ACTIONS_GROUP)
- $(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TOOL_TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) testunit minitest
+ $(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TOOL_TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) testunit
$(ACTIONS_ENDGROUP)
no-test-testframework: PHONY