test/Makefile

changeset 2256
7aff5786cc02
parent 1907
c18cbe5936b8
child 2384
0a8e0d4345b3
     1.1 --- a/test/Makefile	Fri Oct 15 02:59:48 2010 -0700
     1.2 +++ b/test/Makefile	Mon Oct 18 01:54:24 2010 -0700
     1.3 @@ -78,7 +78,11 @@
     1.4  TEST_ROOT := $(shell pwd)
     1.5  
     1.6  # Root of all test results
     1.7 -ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
     1.8 +ifdef ALT_OUTPUTDIR
     1.9 +  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
    1.10 +else
    1.11 +  ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
    1.12 +endif
    1.13  ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput
    1.14  
    1.15  # Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test)

mercurial