summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/common.mk b/common.mk
index e3f912febe..caf6046622 100644
--- a/common.mk
+++ b/common.mk
@@ -463,15 +463,10 @@ yes-test-knownbug: PHONY
test: test-sample btest-ruby test-knownbug
test-all: $(TEST_RUNNABLE)-test-all
-no-test-all: PHONY
yes-test-all: PHONY
$(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS)
-
-# only on cross-compiling
TESTS_BUILD = mkmf
-test-build: $(TEST_RUNNABLE)-test-build
-yes-test-build: yes-test-all
-no-test-build: PHONY
+no-test-all: PHONY
$(MINIRUBY) -I"$(srcdir)/lib" "$(srcdir)/test/runner.rb" $(TESTS_BUILD)
test-ruby: $(TEST_RUNNABLE)-test-ruby