equal
deleted
inserted
replaced
265 |
265 |
266 ifdef CONCURRENCY |
266 ifdef CONCURRENCY |
267 EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) |
267 EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) |
268 endif |
268 endif |
269 |
269 |
270 # Default JTREG to run (win32 script works for everybody) |
270 # Default JTREG to run |
271 JTREG = $(JT_HOME)/win32/bin/jtreg |
271 JTREG = $(JT_HOME)/bin/jtreg |
272 # run in agentvm mode |
272 # run in agentvm mode |
273 JTREG_BASIC_OPTIONS += -agentvm |
273 JTREG_BASIC_OPTIONS += -agentvm |
274 # Only run automatic tests |
274 # Only run automatic tests |
275 JTREG_BASIC_OPTIONS += -a |
275 JTREG_BASIC_OPTIONS += -a |
276 # Always turn on assertions |
276 # Always turn on assertions |