changeset 485:79631d927303

7087428: move client tests out of jdk_misc Reviewed-by: alanb, ohair
author weijun
date Tue, 27 Mar 2012 08:52:52 +0800
parents b81729ffa0d7
children 6904cf911767
files make/jprt.properties test/Makefile
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/jprt.properties	Mon Mar 26 10:50:46 2012 -0700
+++ b/make/jprt.properties	Tue Mar 27 08:52:52 2012 +0800
@@ -106,6 +106,7 @@
     ${jprt.my.test.target.set:TESTNAME=jdk_beans1}		\
     ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
     ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
+    ${jprt.my.test.target.set:TESTNAME=jdk_sound},              \
     ${jprt.my.test.target.set:TESTNAME=jdk_swing}
 
 # JCK test targets in test/Makefile (no windows)
--- a/test/Makefile	Mon Mar 26 10:50:46 2012 -0700
+++ b/test/Makefile	Tue Mar 27 08:52:52 2012 +0800
@@ -63,6 +63,7 @@
 	jdk_net  \
 	jdk_nio1 jdk_nio2 jdk_nio3  \
 	jdk_security1 jdk_security2 jdk_security3  \
+	jdk_sound  \
 	jdk_text  \
 	jdk_tools1 jdk_tools2  \
 	jdk_util