aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjjg <none@none>2010-03-12 15:22:50 -0800
committerjjg <none@none>2010-03-12 15:22:50 -0800
commit0c8d3682d603fa2acd4d3c426816ee3a4cd68092 (patch)
tree9cfa4f2443cd3d2b2e2783cb6f446907c46bb63f /test
parent000148196367e7420c3b1c60214e411acb4a0685 (diff)
6934712: run langtools jtreg tests from top level test/Makefile
Reviewed-by: ohair
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index bf9a4a1..0888529 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -49,7 +49,7 @@ fi
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 @@ all: $(JDK_TEST_LIST) $(LANGTOOLS_TEST_LIST)
# 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), $@)