make/RunTests.gmk
branchihse-runtestprebuilt-branch
changeset 56938 e03e5f61c53f
parent 56937 3c92ada330a9
child 56939 df71c8d05835
equal deleted inserted replaced
56937:3c92ada330a9 56938:e03e5f61c53f
   149 ################################################################################
   149 ################################################################################
   150 
   150 
   151 ifneq ($(TEST_OPTS), )
   151 ifneq ($(TEST_OPTS), )
   152   # Inform the user
   152   # Inform the user
   153   $(info Running tests using TEST_OPTS control variable '$(TEST_OPTS)')
   153   $(info Running tests using TEST_OPTS control variable '$(TEST_OPTS)')
   154 
   154 endif
   155   $(eval $(call SetTestOpt,VM_OPTIONS,JTREG))
   155 
   156   $(eval $(call SetTestOpt,VM_OPTIONS,GTEST))
   156 $(eval $(call SetTestOpt,VM_OPTIONS,JTREG))
   157 
   157 $(eval $(call SetTestOpt,VM_OPTIONS,GTEST))
   158   $(eval $(call SetTestOpt,JOBS,JTREG))
   158 
   159   $(eval $(call SetTestOpt,TIMEOUT_FACTOR,JTREG))
   159 $(eval $(call SetTestOpt,JOBS,JTREG))
   160 endif
   160 $(eval $(call SetTestOpt,TIMEOUT_FACTOR,JTREG))
   161 
   161 
   162 $(eval $(call ParseKeywordVariable, JTREG, \
   162 $(eval $(call ParseKeywordVariable, JTREG, \
   163     SINGLE_KEYWORDS := JOBS TIMEOUT_FACTOR TEST_MODE ASSERT VERBOSE RETAIN MAX_MEM \
   163     SINGLE_KEYWORDS := JOBS TIMEOUT_FACTOR TEST_MODE ASSERT VERBOSE RETAIN MAX_MEM \
   164         EXTRA_PROBLEM_LISTS KEYWORDS, \
   164         EXTRA_PROBLEM_LISTS KEYWORDS, \
   165     STRING_KEYWORDS := OPTIONS JAVA_OPTIONS VM_OPTIONS, \
   165     STRING_KEYWORDS := OPTIONS JAVA_OPTIONS VM_OPTIONS, \