On Tue, 19 Nov 2024 14:23:30 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Please review this patch to automatically set `TEST_DEPS` to `docs-jdk` when > testing the documentation. > > This comes as a followup to > https://github.com/openjdk/jdk/commit/07f550b85a3910edd28d8761e2adfb8d6a1352f6 > , as review comments suggested better aways of adding dependencies and to > not require users to use a verbose `make test TEST=docs_all > TEST_DEPS=docs-jdk`. > > I have verified that `make test-docs_all` does indeed build the docs, `make > test TEST=docs_all` does not but the former is clear and short enough to be > used. > > TIA. This pull request has now been integrated. Changeset: a4915640 Author: Nizar Benalla <nbena...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a491564001724da07ecb7d2e4a070c4abbd92cf5 Stats: 14 lines in 2 files changed: 13 ins; 0 del; 1 mod 8342836: Automatically determine that a test in the docs test root is requested Reviewed-by: ihse, erikj ------------- PR: https://git.openjdk.org/jdk/pull/22239