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:
565ee80
)
make-debug-print
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Wed, 17 Apr 2024 12:24:58 +0000
(14:24 +0200)
committer
Matthias Klose
<doko@ubuntu.com>
Wed, 17 Apr 2024 12:24:58 +0000
(14:24 +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 b1df835746bcd8a10cf93472ec656f2467f4bcaf..54702afbaf323832b83aadbf994747fc20e6bec1 100644
(file)
--- 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))