jdk/test/Makefile
changeset 27954 d2c87a8d2f37
parent 21809 8afe7ed13ed9
child 28778 e388b3a31b37
equal deleted inserted replaced
27953:03e0e3891572 27954:d2c87a8d2f37
     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)