--- a/hotspot/make/jprt.properties Fri May 08 10:34:31 2009 -0700
+++ b/hotspot/make/jprt.properties Fri May 08 15:16:38 2009 -0700
@@ -335,7 +335,19 @@
# The default test/Makefile targets that should be run
-# Example:
-# jprt.make.rule.test.targets=*-*-*-packtest
#jprt.make.rule.test.targets=*-product-*-packtest
+jprt.make.rule.test.targets = \
+ ${jprt.my.solaris.sparc}-*-c1-clienttest, \
+ ${jprt.my.solaris.i586}-*-c1-clienttest, \
+ ${jprt.my.linux.i586}-*-c1-clienttest, \
+ ${jprt.my.windows.i586}-*-c1-clienttest, \
+ ${jprt.my.solaris.sparc}-*-c2-servertest, \
+ ${jprt.my.solaris.sparcv9}-*-c2-servertest, \
+ ${jprt.my.solaris.i586}-*-c2-servertest, \
+ ${jprt.my.solaris.x64}-*-c2-servertest, \
+ ${jprt.my.linux.i586}-*-c2-servertest, \
+ ${jprt.my.linux.x64}-*-c2-servertest, \
+ ${jprt.my.windows.i586}-*-c2-servertest, \
+ ${jprt.my.windows.x64}-*-c2-servertest
+