Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,14 @@ endif

TESTNG=$(LIB_DIR)$(D)testng.jar$(P)$(LIB_DIR)$(D)jcommander.jar
RESOURCES_DIR=$(JVM_TEST_ROOT)$(D)TestConfig$(D)resources
ifdef JTREG_JAR
$(ECHO) "Custom jtreg jar declared: $(JTREG_JAR)"
CUSTOM_JTREG_JAR=true
else
CUSTOM_JTREG_JAR=false
JTREG_JAR=$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar
endif

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


#######################################
# cmdlinetester jars
Expand Down