make/jprt.properties

changeset 327
970c0898ded2
parent 225
27d945094f81
child 356
fd8615098a54
     1.1 --- a/make/jprt.properties	Thu Mar 17 14:32:38 2011 -0700
     1.2 +++ b/make/jprt.properties	Tue Mar 22 11:07:40 2011 -0700
     1.3 @@ -323,6 +323,21 @@
     1.4      ${jprt.my.windows.i586}-product-c1-jdk_tools2, 		\
     1.5      windows_x64_5.2-product-c2-jdk_tools2
     1.6  
     1.7 +# JCK test targets in test/Makefile (no fastdebug & limited c2, windows broken)
     1.8 +jprt.my.jck.test.target.set=					\
     1.9 +    solaris_sparc_5.10-product-c1-JCK7TESTRULE, 		\
    1.10 +    solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
    1.11 +    solaris_i586_5.10-product-c1-JCK7TESTRULE, 			\
    1.12 +    solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
    1.13 +    linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
    1.14 +    linux_x64_2.6-product-c2-JCK7TESTRULE
    1.15 +
    1.16 +# JCK testset targets (e.g. jprt submit -testset jck ... )
    1.17 +jprt.make.rule.jck.test.targets=				\
    1.18 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
    1.19 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
    1.20 +    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
    1.21 +
    1.22  # Select list to use (allow for testset to be empty too)
    1.23  jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} 
    1.24  jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} 
    1.25 @@ -333,4 +348,3 @@
    1.26  # Directories to be excluded from the source bundles
    1.27  jprt.bundle.exclude.src.dirs=build dist webrev
    1.28  
    1.29 -

mercurial