make-debug-print
authorOpenJDK Team <openjdk-21@packages.debian.org>
Thu, 23 Oct 2025 10:14:51 +0000 (12:14 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 23 Oct 2025 10:14:51 +0000 (12:14 +0200)
Gbp-Pq: Name make-debug-print.diff

make/Main.gmk

index dd2a8e42f281176aedeaf0a1e2d4e706978dee06..32b4f25c68ca5fac547af70fb9f0f5d06879f79c 100644 (file)
@@ -1277,6 +1277,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))