< prev index next >

make/test/JtregNativeHotspot.gmk

Print this page




  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ################################################################################
  27 # This file builds the native component of the JTReg tests for Hotspot.
  28 # It also covers the test-image part, where the built files are copied to the
  29 # test image.
  30 ################################################################################
  31 
  32 default: all
  33 
  34 include $(SPEC)
  35 include MakeBase.gmk
  36 include TestFilesCompilation.gmk
  37 
  38 $(eval $(call IncludeCustomExtension, hotspot/test/JtregNative.gmk))
  39 
  40 ################################################################################
  41 # Targets for building the native tests themselves.
  42 ################################################################################
  43 
  44 # Add more directories here when needed.
  45 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  46     $(TOPDIR)/test/hotspot/jtreg/gc/g1/TestJNIWeakG1 \
  47     $(TOPDIR)/test/hotspot/jtreg/gc/stress/gclocker \
  48     $(TOPDIR)/test/hotspot/jtreg/gc/cslocker \
  49     $(TOPDIR)/test/hotspot/jtreg/native_sanity \
  50     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8025979 \
  51     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8033445 \
  52     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/checked \
  53     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/PrivateInterfaceMethods \
  54     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ToStringInInterfaceTest \
  55     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters \
  56     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CallWithJNIWeak \
  57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
  58     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \




  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ################################################################################
  27 # This file builds the native component of the JTReg tests for Hotspot.
  28 # It also covers the test-image part, where the built files are copied to the
  29 # test image.
  30 ################################################################################
  31 
  32 default: all
  33 
  34 include $(SPEC)
  35 include MakeBase.gmk
  36 include TestFilesCompilation.gmk
  37 
  38 $(eval $(call IncludeCustomExtension, test/JtregNativeHotspot.gmk))
  39 
  40 ################################################################################
  41 # Targets for building the native tests themselves.
  42 ################################################################################
  43 
  44 # Add more directories here when needed.
  45 BUILD_HOTSPOT_JTREG_NATIVE_SRC += \
  46     $(TOPDIR)/test/hotspot/jtreg/gc/g1/TestJNIWeakG1 \
  47     $(TOPDIR)/test/hotspot/jtreg/gc/stress/gclocker \
  48     $(TOPDIR)/test/hotspot/jtreg/gc/cslocker \
  49     $(TOPDIR)/test/hotspot/jtreg/native_sanity \
  50     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8025979 \
  51     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/8033445 \
  52     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/checked \
  53     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/PrivateInterfaceMethods \
  54     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ToStringInInterfaceTest \
  55     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CalleeSavedRegisters \
  56     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/CallWithJNIWeak \
  57     $(TOPDIR)/test/hotspot/jtreg/runtime/jni/ReturnJNIWeak \
  58     $(TOPDIR)/test/hotspot/jtreg/runtime/modules/getModuleJNI \


< prev index next >