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:
fe8be46
)
make-debug-print
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Thu, 27 Mar 2025 11:19:44 +0000
(12:19 +0100)
committer
Matthias Klose
<doko@ubuntu.com>
Thu, 27 Mar 2025 11:19:44 +0000
(12:19 +0100)
Gbp-Pq: Name make-debug-print.diff
make/Main.gmk
patch
|
blob
|
history
diff --git
a/make/Main.gmk
b/make/Main.gmk
index 5f647c963b078e57dbda0ffc53fee890cba78b61..06b14e7919bb815cd031be5146222e63213273e0 100644
(file)
--- a/
make/Main.gmk
+++ b/
make/Main.gmk
@@
-1285,6
+1285,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))