< prev index next >

test/JtregNativeHotspot.gmk

Print this page




1523       EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE)))
1524 
1525 # skip executables
1526 #  $(eval $(call SetupTestFilesCompilation, BUILD_HOTSPOT_JTREG_EXECUTABLES, \
1527 #      TYPE := PROGRAM, \
1528 #      SOURCE_DIRS := $(BUILD_HOTSPOT_JTREG_NATIVE_SRC), \
1529 #      OUTPUT_DIR := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
1530 #      EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE), \
1531 #  ))
1532 endif
1533 build-test-hotspot-jtreg-native: $(BUILD_HOTSPOT_JTREG_LIBRARIES) $(BUILD_HOTSPOT_JTREG_EXECUTABLES) 
1534         @echo "build-test-hotspot"
1535 
1536 ################################################################################
1537 # Targets for building test-image.
1538 ################################################################################
1539 
1540 # Copy to hotspot jtreg test image
1541 $(eval $(call SetupCopyFiles,COPY_HOTSPOT_JTREG_NATIVE, \
1542     SRC := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
1543     DEST := $(TEST_IMAGE_DIR)/hotspot/jtreg/native, \
1544     FILES := $(wildcard $(addprefix $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), /bin/* /lib/*)), \
1545     FLATTEN := true))
1546 
1547 test-image-hotspot-jtreg-native: $(COPY_HOTSPOT_JTREG_NATIVE)
1548         @echo "test-image-hotspot"
1549 all: build-test-hotspot-jtreg-native
1550 test-image: test-image-hotspot-jtreg-native
1551 
1552 .PHONY: default all build-test-hotspot-jtreg-native test-image-hotspot-jtreg-native test-image


1523       EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE)))
1524 
1525 # skip executables
1526 #  $(eval $(call SetupTestFilesCompilation, BUILD_HOTSPOT_JTREG_EXECUTABLES, \
1527 #      TYPE := PROGRAM, \
1528 #      SOURCE_DIRS := $(BUILD_HOTSPOT_JTREG_NATIVE_SRC), \
1529 #      OUTPUT_DIR := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
1530 #      EXCLUDE := $(BUILD_HOTSPOT_JTREG_EXCLUDE), \
1531 #  ))
1532 endif
1533 build-test-hotspot-jtreg-native: $(BUILD_HOTSPOT_JTREG_LIBRARIES) $(BUILD_HOTSPOT_JTREG_EXECUTABLES) 
1534         @echo "build-test-hotspot"
1535 
1536 ################################################################################
1537 # Targets for building test-image.
1538 ################################################################################
1539 
1540 # Copy to hotspot jtreg test image
1541 $(eval $(call SetupCopyFiles,COPY_HOTSPOT_JTREG_NATIVE, \
1542     SRC := $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), \
1543     DEST := $(IMAGES_OUTPUTDIR)/test/hotspot/jtreg/native, \
1544     FILES := $(wildcard $(addprefix $(BUILD_HOTSPOT_JTREG_OUTPUT_DIR), /bin/* /lib/*)), \
1545     FLATTEN := true))
1546 
1547 test-image-hotspot-jtreg-native: $(COPY_HOTSPOT_JTREG_NATIVE)
1548         @echo "test-image-hotspot"
1549 all: build-test-hotspot-jtreg-native
1550 test-image: test-image-hotspot-jtreg-native
1551 
1552 .PHONY: default all build-test-hotspot-jtreg-native test-image-hotspot-jtreg-native test-image
< prev index next >