changeset 188:bbd817429100

6934712: run langtools jtreg tests from top level test/Makefile Reviewed-by: ohair
author jjg
date Fri, 12 Mar 2010 15:22:50 -0800
parents f3664d6879ab
children c60ed0f6d91a
files test/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Sat Mar 06 15:01:19 2010 -0800
+++ b/test/Makefile	Fri Mar 12 15:22:50 2010 -0800
@@ -49,7 +49,7 @@
 endef
 
 # Test target list for langtools repository
-LANGTOOLS_TEST_LIST = langtools_all
+LANGTOOLS_TEST_LIST = langtools_jtreg
 
 # Test target list for jdk repository
 JDK_TEST_LIST = \
@@ -74,7 +74,7 @@
 
 # Test targets
 $(LANGTOOLS_TEST_LIST):
-	@$(call SUBDIR_TEST, $(LANGTOOLS_DIR), all)
+	@$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@))
 $(JDK_TEST_LIST):
 	@$(call SUBDIR_TEST, $(JDK_DIR), $@)