< prev index next >

test/JtregNativeHotspot.gmk

Print this page

        

*** 1538,1548 **** ################################################################################ # Copy to hotspot jtreg test image $(eval $(call SetupCopyFiles,COPY_HOTSPOT_JTREG_NATIVE, \ SRC := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \ ! DEST := $(TEST_IMAGE_DIR)/hotspot/jtreg/native, \ FILES := $(wildcard $(addprefix $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), /bin/* /lib/*)), \ FLATTEN := true)) test-image-hotspot-jtreg-native: $(COPY_HOTSPOT_JTREG_NATIVE) @echo "test-image-hotspot" --- 1538,1548 ---- ################################################################################ # Copy to hotspot jtreg test image $(eval $(call SetupCopyFiles,COPY_HOTSPOT_JTREG_NATIVE, \ SRC := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \ ! DEST := $(IMAGES_OUTPUTDIR)/test/hotspot/jtreg/native, \ FILES := $(wildcard $(addprefix $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), /bin/* /lib/*)), \ FLATTEN := true)) test-image-hotspot-jtreg-native: $(COPY_HOTSPOT_JTREG_NATIVE) @echo "test-image-hotspot"
< prev index next >