From: OpenJDK Team Date: Thu, 26 Jan 2023 10:36:16 +0000 (+0000) Subject: make-debug-print X-Git-Tag: archive/raspbian/17.0.6+10-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e1f3f8bfd1b2bb1f35ac7466856682021a2e6838;p=openjdk-17.git make-debug-print Gbp-Pq: Name make-debug-print.diff --- diff --git a/make/Main.gmk b/make/Main.gmk index b1df83574..54702afba 100644 --- a/make/Main.gmk +++ b/make/Main.gmk @@ -1196,6 +1196,7 @@ ALL_TARGETS += default jdk images docs bundles all # Aliases used for running tests. +$(call PrintVar, ALL_NAMED_TESTS) # Let "run-test" be an alias for "test" $(foreach t, $(ALL_NAMED_TESTS), $(eval run-test-$t: test-$t)) RUN_TEST_TARGETS := $(addprefix run-test-, $(ALL_NAMED_TESTS))