Skip to content

Commit

Permalink
Control the precheck for test-all by PRECHECK_TEST_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 23, 2023
1 parent 40bc7ed commit 8c03bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common.mk
Expand Up @@ -935,10 +935,12 @@ test: test-short
test-precheck: encs exts PHONY $(DOT_WAIT)
yes-test-all-precheck: programs $(DOT_WAIT) test-precheck

PRECHECK_TEST_ALL = yes-test-all-precheck

# $ 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: yes-test-all-precheck
yes-test-all: $(PRECHECK_TEST_ALL)
$(ACTIONS_GROUP)
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
$(ACTIONS_ENDGROUP)
Expand Down

0 comments on commit 8c03bda

Please sign in to comment.