Skip to content

Commit

Permalink
Merge pull request #596 from andrlos/moveTestJava
Browse files Browse the repository at this point in the history
Issue 5428: Allow JRE testing for other testsuite aside from JCK
  • Loading branch information
karianna authored Sep 26, 2024
2 parents f3d33ec + 9f9a8ae commit e855b81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ ifdef JRE_IMAGE
JRE_COMMAND:=$(Q)$(JRE_IMAGE)$(D)bin$(D)java$(Q)
endif

JAVA_TO_TEST = $(JAVA_COMMAND)
ifeq ($(USE_JRE),1)
JAVA_TO_TEST = $(JRE_COMMAND)
endif

#######################################
# common dir and jars
#######################################
Expand Down

0 comments on commit e855b81

Please sign in to comment.