changeset 531:5192d6390c4a

7165257: Add JFR tests to the JDK code base Reviewed-by: ohair, dholmes, nloodin, mgronlun
author sla
date Tue, 19 Jun 2012 20:56:31 +0200
parents 87686226a43a
children 1145cdaefc86
files make/jprt.properties test/Makefile
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/jprt.properties	Mon Jun 11 20:52:00 2012 +0200
+++ b/make/jprt.properties	Tue Jun 19 20:56:31 2012 +0200
@@ -91,6 +91,7 @@
     ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
     ${jprt.my.test.target.set:TESTNAME=jdk_tools1},		\
     ${jprt.my.test.target.set:TESTNAME=jdk_tools2},		\
+    ${jprt.my.test.target.set:TESTNAME=jdk_jfr},		\
     ${jprt.my.test.target.set:TESTNAME=jdk_misc}
 
 # All vm test targets (testset=all)
--- a/test/Makefile	Mon Jun 11 20:52:00 2012 +0200
+++ b/test/Makefile	Tue Jun 19 20:56:31 2012 +0200
@@ -66,6 +66,7 @@
 	jdk_sound  \
 	jdk_text  \
 	jdk_tools1 jdk_tools2  \
+	jdk_jfr \
 	jdk_util
 
 # These tests need a DISPLAY and can create window interaction complications