mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip updating exts in test-all to reduce the turnaround time
This commit is contained in:
parent
5648976c3c
commit
21df4dce53
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ test: test-short
|
||||||
# $ make test-all TESTOPTS="--help" displays more detail
|
# $ make test-all TESTOPTS="--help" displays more detail
|
||||||
# for example, make test-all TESTOPTS="-j2 -v -n test-name -- test-file-name"
|
# for example, make test-all TESTOPTS="-j2 -v -n test-name -- test-file-name"
|
||||||
test-all: $(TEST_RUNNABLE)-test-all
|
test-all: $(TEST_RUNNABLE)-test-all
|
||||||
yes-test-all: main PHONY
|
yes-test-all: programs PHONY
|
||||||
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
|
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
|
||||||
TESTS_BUILD = mkmf
|
TESTS_BUILD = mkmf
|
||||||
no-test-all: PHONY
|
no-test-all: PHONY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue