ruby-changes:46804
From: normal <ko1@a...>
Date: Sat, 27 May 2017 13:35:46 +0900 (JST)
Subject: [ruby-changes:46804] normal:r58919 (trunk): common: "test-all" depends on "exts" target
normal 2017-05-27 13:35:41 +0900 (Sat, 27 May 2017) New Revision: 58919 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58919 Log: common: "test-all" depends on "exts" target This allows me to test changes to ext/ more easily by only typing: make test-all TESTS=/path/to/ext/test_foo.rb I spent a few minutes wondering what was wrong before I realized changes to exts were not taking effect. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 58918) +++ common.mk (revision 58919) @@ -676,7 +676,7 @@ test: btest-ruby test-knownbug test-basi https://github.com/ruby/ruby/blob/trunk/common.mk#L676 # $ 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: programs PHONY +yes-test-all: programs exts PHONY $(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS) TESTS_BUILD = mkmf no-test-all: PHONY -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/