make/jprt.properties

changeset 3619
2d503de963b3
parent 3550
a9831b955a0a
child 3621
e4624321d36a
     1.1 --- a/make/jprt.properties	Fri Feb 17 15:11:32 2012 -0800
     1.2 +++ b/make/jprt.properties	Thu Feb 23 14:58:35 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -474,11 +474,26 @@
    1.11    ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
    1.12    ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
    1.13    ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
    1.14 -  
    1.15 +
    1.16 +jprt.make.rule.test.targets.standard.wbapi = \
    1.17 +  ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-wbapitest, \
    1.18 +  ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
    1.19 +  ${jprt.my.solaris.i586}-{product|fastdebug}-c2-wbapitest, \
    1.20 +  ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
    1.21 +  ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
    1.22 +  ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
    1.23 +  ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
    1.24 +  ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
    1.25 +  ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \
    1.26 +  ${jprt.my.solaris.i586}-{product|fastdebug}-c1-wbapitest, \
    1.27 +  ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
    1.28 +  ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
    1.29 +
    1.30  jprt.make.rule.test.targets.standard = \
    1.31    ${jprt.make.rule.test.targets.standard.client}, \
    1.32    ${jprt.make.rule.test.targets.standard.server}, \
    1.33 -  ${jprt.make.rule.test.targets.standard.internalvmtests}
    1.34 +  ${jprt.make.rule.test.targets.standard.internalvmtests}, \
    1.35 +  ${jprt.make.rule.test.targets.standard.wbapi}
    1.36  
    1.37  jprt.make.rule.test.targets.embedded = \
    1.38    ${jprt.make.rule.test.targets.standard.client}

mercurial