1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed minitest dir from make task

This commit is contained in:
Hiroshi SHIBATA 2021-09-09 20:04:33 +09:00
parent 905c04d1e6
commit 934feb1dee
Notes: git 2021-09-11 08:48:32 +09:00

View file

@ -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