8323515: Create test alias "all" for all test roots
Reviewed-by: dholmes, alanb, joehw, lmesnik
This commit is contained in:
parent
3d8236367d
commit
8b9bf75880
@ -21,6 +21,11 @@
|
|||||||
# questions.
|
# questions.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# All tests
|
||||||
|
|
||||||
|
all = \
|
||||||
|
:hotspot_all
|
||||||
|
|
||||||
hotspot_all = \
|
hotspot_all = \
|
||||||
/
|
/
|
||||||
|
|
||||||
@ -28,6 +33,8 @@ hotspot_all_no_apps = \
|
|||||||
/ \
|
/ \
|
||||||
-applications
|
-applications
|
||||||
|
|
||||||
|
# Component test groups
|
||||||
|
|
||||||
hotspot_compiler = \
|
hotspot_compiler = \
|
||||||
compiler
|
compiler
|
||||||
|
|
||||||
|
@ -20,6 +20,14 @@
|
|||||||
# questions.
|
# questions.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# All tests
|
||||||
|
|
||||||
|
all = \
|
||||||
|
:jaxp_all
|
||||||
|
|
||||||
|
jaxp_all = \
|
||||||
|
/
|
||||||
|
|
||||||
# Tiered testing definitions
|
# Tiered testing definitions
|
||||||
|
|
||||||
# No jaxp tests are tier 1.
|
# No jaxp tests are tier 1.
|
||||||
@ -34,6 +42,3 @@ tier3 =
|
|||||||
|
|
||||||
# No tier 4 tests.
|
# No tier 4 tests.
|
||||||
tier4 =
|
tier4 =
|
||||||
|
|
||||||
jaxp_all = \
|
|
||||||
javax/xml/jaxp
|
|
||||||
|
@ -20,6 +20,17 @@
|
|||||||
# questions.
|
# questions.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# All tests
|
||||||
|
#
|
||||||
|
|
||||||
|
all = \
|
||||||
|
:jdk_all
|
||||||
|
|
||||||
|
jdk_all = \
|
||||||
|
/
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Tiered testing definitions
|
# Tiered testing definitions
|
||||||
|
@ -63,10 +63,13 @@ langtools_jdeps = \
|
|||||||
tools/all \
|
tools/all \
|
||||||
tools/jdeps
|
tools/jdeps
|
||||||
|
|
||||||
|
# All tests
|
||||||
|
|
||||||
|
all = \
|
||||||
|
:langtools_all
|
||||||
|
|
||||||
langtools_all = \
|
langtools_all = \
|
||||||
jdk \
|
/
|
||||||
lib \
|
|
||||||
tools
|
|
||||||
|
|
||||||
# Tiered testing definitions
|
# Tiered testing definitions
|
||||||
|
|
||||||
|
@ -21,4 +21,15 @@
|
|||||||
# questions.
|
# questions.
|
||||||
#
|
#
|
||||||
|
|
||||||
tier1 = .
|
# All tests
|
||||||
|
|
||||||
|
all = \
|
||||||
|
:all
|
||||||
|
|
||||||
|
libtest_all = \
|
||||||
|
/
|
||||||
|
|
||||||
|
# Tiered testing definitions
|
||||||
|
|
||||||
|
tier1 = \
|
||||||
|
:all
|
||||||
|
Loading…
Reference in New Issue
Block a user