6934712: run langtools jtreg tests from top level test/Makefile

Fri, 12 Mar 2010 15:22:50 -0800

author
jjg
date
Fri, 12 Mar 2010 15:22:50 -0800
changeset 165
bbd817429100
parent 160
f3664d6879ab
child 166
c60ed0f6d91a

6934712: run langtools jtreg tests from top level test/Makefile
Reviewed-by: ohair

test/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile	Sat Mar 06 15:01:19 2010 -0800
     1.2 +++ b/test/Makefile	Fri Mar 12 15:22:50 2010 -0800
     1.3 @@ -49,7 +49,7 @@
     1.4  endef
     1.5  
     1.6  # Test target list for langtools repository
     1.7 -LANGTOOLS_TEST_LIST = langtools_all
     1.8 +LANGTOOLS_TEST_LIST = langtools_jtreg
     1.9  
    1.10  # Test target list for jdk repository
    1.11  JDK_TEST_LIST = \
    1.12 @@ -74,7 +74,7 @@
    1.13  
    1.14  # Test targets
    1.15  $(LANGTOOLS_TEST_LIST):
    1.16 -	@$(call SUBDIR_TEST, $(LANGTOOLS_DIR), all)
    1.17 +	@$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@))
    1.18  $(JDK_TEST_LIST):
    1.19  	@$(call SUBDIR_TEST, $(JDK_DIR), $@)
    1.20  

mercurial