--- a/make/jprt.properties Fri May 06 06:23:29 2016 -0700
+++ b/make/jprt.properties Tue May 03 23:49:27 2016 +0300
@@ -438,6 +438,16 @@
windows_i586_6.3-*-default-hotspot_basicvmtest, \
windows_x64_6.3-*-default-hotspot_basicvmtest
+my.make.rule.test.targets.hotspot.gtest= \
+ linux_i586_3.8-*-default-hotspot_gtest, \
+ linux_x64_3.8-*-default-hotspot_gtest, \
+ macosx_x64_10.9-*-default-hotspot_gtest, \
+ solaris_sparcv9_5.11-*-default-hotspot_gtest, \
+ solaris_x64_5.11-*-default-hotspot_gtest, \
+ windows_i586_6.3-*-default-hotspot_gtest, \
+ windows_x64_6.3-*-default-hotspot_gtest, \
+ ${my.additional.make.rule.test.targets.hotspot.gtest}
+
my.make.rule.test.targets.hotspot.reg.group= \
solaris_sparcv9_5.11-fastdebug-c2-GROUP, \
solaris_x64_5.11-fastdebug-c2-GROUP, \
@@ -465,6 +475,7 @@
# Other Makefile based Hotspot tests
my.make.rule.test.targets.hotspot.other= \
${my.make.rule.test.targets.hotspot.basicvmtests}, \
+ ${my.make.rule.test.targets.hotspot.gtest}, \
${my.additional.make.rule.test.targets.hotspot.other}
# All the makefile based tests to run
@@ -474,7 +485,9 @@
# Install the test bundle for the testset hotspot jtreg tests
# (but not for the other Makefile based tests)
-my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
+my.jprt.test.bundle.targets.hotspot= \
+ ${my.make.rule.test.targets.hotspot.reg}, \
+ ${my.make.rule.test.targets.hotspot.gtest}
# Native jdk and hotspot test targets (testset=nativesanity)
my.make.rule.test.targets.nativesanity= \