< prev index next >

make/test/JtregGraalUnit.gmk

Print this page
rev 50895 : [mq]: 8206088

*** 128,138 **** FILES := jdk.vm.compiler.tests.jar com.oracle.mxtool.junit.jar, \ )) TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL) else ! $(ECHO) "Skip building of Graal unit tests because 3rd party libraries directory is not specified" endif endif $(TARGETS_BUILD): $(TARGETS_EXTRA_LIB) build-test-hotspot-jtreg-graal: $(TARGETS_BUILD) --- 128,138 ---- FILES := jdk.vm.compiler.tests.jar com.oracle.mxtool.junit.jar, \ )) TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL) else ! $(info Skip building of Graal unit tests because 3rd party libraries directory is not specified) endif endif $(TARGETS_BUILD): $(TARGETS_EXTRA_LIB) build-test-hotspot-jtreg-graal: $(TARGETS_BUILD)
< prev index next >