make/test/JtregGraalUnit.gmk
changeset 50911 c1e56891d768
parent 50908 7c51db95ccb6
child 51367 d9439d4b15e2
equal deleted inserted replaced
50910:3506855c6b86 50911:c1e56891d768
   128         FILES := jdk.vm.compiler.tests.jar com.oracle.mxtool.junit.jar, \
   128         FILES := jdk.vm.compiler.tests.jar com.oracle.mxtool.junit.jar, \
   129     ))
   129     ))
   130 
   130 
   131     TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL)
   131     TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL)
   132   else
   132   else
   133     $(ECHO) "Skip building of Graal unit tests because 3rd party libraries directory is not specified"
   133     $(info Skip building of Graal unit tests because 3rd party libraries directory is not specified)
   134   endif
   134   endif
   135 endif
   135 endif
   136 
   136 
   137 $(TARGETS_BUILD): $(TARGETS_EXTRA_LIB)
   137 $(TARGETS_BUILD): $(TARGETS_EXTRA_LIB)
   138 build-test-hotspot-jtreg-graal: $(TARGETS_BUILD)
   138 build-test-hotspot-jtreg-graal: $(TARGETS_BUILD)