aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
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 8dc231e7c9..31c996126e 100644
--- a/common.mk
+++ b/common.mk
@@ -371,7 +371,7 @@ test-knownbug: miniruby$(EXEEXT) $(PROGRAM) PHONY
test: test-sample btest-miniruby test-knownbug
test-all:
- $(RUNRUBY) "$(srcdir)/test/runner.rb" --basedir="$(TESTSDIR)" --runner=$(TESTUI) $(TESTS)
+ $(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS)
extconf: $(PREP)
$(MAKEDIRS) "$(EXTCONFDIR)"