mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed needless exclude option related testframework.
They are moved under the tool directory now.
This commit is contained in:
parent
f47254d216
commit
4adfd5227f
1 changed files with 1 additions and 2 deletions
|
@ -187,7 +187,6 @@ INSTALL_DATA_MODE = 0644
|
|||
TESTSDIR = $(srcdir)/test
|
||||
TOOL_TESTSDIR = ${srcdir}/tool/test
|
||||
TEST_EXCLUDES = --excludes-dir=$(TESTSDIR)/excludes --name=!/memory_leak/
|
||||
EXCLUDE_TESTFRAMEWORK = --exclude=/testunit/ --exclude=/minitest/
|
||||
TESTWORKDIR = testwork
|
||||
TESTOPTS = $(RUBY_TESTOPTS)
|
||||
|
||||
|
@ -772,7 +771,7 @@ no-test-all: PHONY
|
|||
|
||||
test-almost: $(TEST_RUNNABLE)-test-almost
|
||||
yes-test-almost: prog PHONY
|
||||
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(EXCLUDE_TESTFRAMEWORK) $(TESTS)
|
||||
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
|
||||
no-test-almost: PHONY
|
||||
|
||||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue