test/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8011678 Cdiff test/Makefile

test/Makefile

Print this page

        

*** 160,170 **** ################################################################ # jtreg tests # Expect JT_HOME to be set for jtreg tests. (home for jtreg) ! JT_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg ifdef JPRT_JTREG_HOME JT_HOME = $(JPRT_JTREG_HOME) endif # Expect JPRT to set TESTDIRS to the jtreg test dirs --- 160,172 ---- ################################################################ # jtreg tests # Expect JT_HOME to be set for jtreg tests. (home for jtreg) ! ifndef JT_HOME ! JT_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg ! endif ifdef JPRT_JTREG_HOME JT_HOME = $(JPRT_JTREG_HOME) endif # Expect JPRT to set TESTDIRS to the jtreg test dirs
test/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File