< prev index next >

make/RunTestsPrebuiltSpec.gmk

Print this page
@@ -51,10 +51,13 @@
  $(eval $(call VerifyVariable,JDK_IMAGE_DIR))
  $(eval $(call VerifyVariable,TEST_IMAGE_DIR))
  $(eval $(call VerifyVariable,MAKE))
  $(eval $(call VerifyVariable,BASH))
  
+ include $(TOPDIR)/make/conf/version-numbers.conf
+ VERSION_FEATURE := $(DEFAULT_VERSION_FEATURE)
+ 
  ################################################################################
  # The "human readable" name of this configuration
  CONF_NAME := run-test-prebuilt
  
  # Number of parallel jobs to use for compilation
< prev index next >