make/Main.gmk
branchJEP-230-microbenchmarks-branch
changeset 56907 040e5da15709
parent 56905 d4ab0656f48e
child 56919 fe0fad5aebf5
equal deleted inserted replaced
56906:75f87de99a9c 56907:040e5da15709
  1018 # This target builds the test image
  1018 # This target builds the test image
  1019 test-image: prepare-test-image \
  1019 test-image: prepare-test-image \
  1020     test-image-jdk-jtreg-native test-image-failure-handler \
  1020     test-image-jdk-jtreg-native test-image-failure-handler \
  1021     test-image-demos-jdk $(JVM_TEST_IMAGE_TARGETS)
  1021     test-image-demos-jdk $(JVM_TEST_IMAGE_TARGETS)
  1022 
  1022 
       
  1023 ifneq ($(JMH_CORE_JAR), )
       
  1024   test-image: build-microbenchmark
       
  1025 endif
       
  1026 
  1023 ################################################################################
  1027 ################################################################################
  1024 
  1028 
  1025 # all-images builds all our deliverables as images.
  1029 # all-images builds all our deliverables as images.
  1026 all-images: product-images test-image docs-image
  1030 all-images: product-images test-image docs-image
  1027 
  1031