1
0
Fork 0
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:
Nobuyoshi Nakada 2020-06-10 19:42:27 +09:00
parent 5648976c3c
commit 21df4dce53
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -780,7 +780,7 @@ test: test-short
# $ make test-all TESTOPTS="--help" displays more detail
# for example, make test-all TESTOPTS="-j2 -v -n test-name -- test-file-name"
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)
TESTS_BUILD = mkmf
no-test-all: PHONY