jaxp/test/Makefile
changeset 29631 deeb56c778ac
parent 28134 88558c1810b9
child 37931 3b90f94b5d75
equal deleted inserted replaced
29559:47544495db2d 29631:deeb56c778ac
   260 
   260 
   261 ifdef CONCURRENCY
   261 ifdef CONCURRENCY
   262   EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
   262   EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
   263 endif
   263 endif
   264 
   264 
   265 # Default JTREG to run (win32 script works for everybody)
   265 # Default JTREG to run
   266 JTREG = $(JT_HOME)/win32/bin/jtreg
   266 JTREG = $(JT_HOME)/bin/jtreg
   267 # run in agentvm mode
   267 # run in agentvm mode
   268 JTREG_BASIC_OPTIONS += -agentvm
   268 JTREG_BASIC_OPTIONS += -agentvm
   269 # Only run automatic tests
   269 # Only run automatic tests
   270 JTREG_BASIC_OPTIONS += -a
   270 JTREG_BASIC_OPTIONS += -a
   271 # Always turn on assertions
   271 # Always turn on assertions