equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
256 $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \ |
256 $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \ |
257 done |
257 done |
258 |
258 |
259 # ------------------------------------------------------------------ |
259 # ------------------------------------------------------------------ |
260 |
260 |
|
261 # When called from JPRT the TESTDIRS variable is set to the jtreg tests to run |
|
262 ifdef TESTDIRS |
|
263 TEST_SELECTION = $(TESTDIRS) |
|
264 endif |
|
265 |
261 ifdef CONCURRENCY |
266 ifdef CONCURRENCY |
262 EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) |
267 EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) |
263 endif |
268 endif |
264 |
269 |
265 # Default JTREG to run (win32 script works for everybody) |
270 # Default JTREG to run (win32 script works for everybody) |