test/Makefile

changeset 285
f722c246ce71
parent 191
47f6b7db1882
child 327
970c0898ded2
child 330
7e13dbf7e8af
equal deleted inserted replaced
282:b566d4909056 285:f722c246ce71
77 all: $(JDK_TEST_LIST) $(LANGTOOLS_TEST_LIST) 77 all: $(JDK_TEST_LIST) $(LANGTOOLS_TEST_LIST)
78 78
79 # Test targets 79 # Test targets
80 $(LANGTOOLS_TEST_LIST): 80 $(LANGTOOLS_TEST_LIST):
81 @$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@)) 81 @$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@))
82 $(JDK_TEST_LIST): 82 $(JDK_TEST_LIST) $(JDK_TEST_LIST2):
83 @$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), $@) 83 @$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), $@)
84 84
85 clean: 85 clean:
86 86
87 ################################################################ 87 ################################################################

mercurial