summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 09:20:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 09:23:19 +0900
commit4adfd5227f4f62c4e571d31e8bb07c40402f73b8 (patch)
tree8852726eb5c89ce91b7deba689cceaa2566f0e0d /common.mk
parentf47254d2162a95174ab7d1659bf6ec5a933bd0ca (diff)
Removed needless exclude option related testframework.
They are moved under the tool directory now.
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index a48e1c8c3f..eb8ad92080 100755
--- a/common.mk
+++ b/common.mk
@@ -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