projects
/
openjdk-21.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e03964
)
make-debug-print
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Thu, 23 Oct 2025 10:14:51 +0000
(12:14 +0200)
committer
Moritz 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
patch
|
blob
|
history
diff --git
a/make/Main.gmk
b/make/Main.gmk
index dd2a8e42f281176aedeaf0a1e2d4e706978dee06..32b4f25c68ca5fac547af70fb9f0f5d06879f79c 100644
(file)
--- a/
make/Main.gmk
+++ b/
make/Main.gmk
@@
-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))