make/test/JtregNative.gmk

Print this page




  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     $(HOTSPOT_TOPDIR)/test/gc/stress/gclocker \

  47     $(HOTSPOT_TOPDIR)/test/native_sanity \
  48     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  53     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  54     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  55     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  56     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  57     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  58     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  59     $(HOTSPOT_TOPDIR)/test/runtime/noClassDefFoundMsg \
  60     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  61     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  62     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \
  63     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleReads \
  64     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleExportsAndOpens \
  65     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleUsesAndProvides \
  66     $(HOTSPOT_TOPDIR)/test/testlibrary/jvmti \




  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     $(HOTSPOT_TOPDIR)/test/gc/stress/gclocker \
  47     $(HOTSPOT_TOPDIR)/test/gc/cslocker \
  48     $(HOTSPOT_TOPDIR)/test/native_sanity \
  49     $(HOTSPOT_TOPDIR)/test/runtime/jni/8025979 \
  50     $(HOTSPOT_TOPDIR)/test/runtime/jni/8033445 \
  51     $(HOTSPOT_TOPDIR)/test/runtime/jni/checked \
  52     $(HOTSPOT_TOPDIR)/test/runtime/jni/PrivateInterfaceMethods \
  53     $(HOTSPOT_TOPDIR)/test/runtime/jni/ToStringInInterfaceTest \
  54     $(HOTSPOT_TOPDIR)/test/runtime/jni/CalleeSavedRegisters \
  55     $(HOTSPOT_TOPDIR)/test/runtime/jni/CallWithJNIWeak \
  56     $(HOTSPOT_TOPDIR)/test/runtime/jni/ReturnJNIWeak \
  57     $(HOTSPOT_TOPDIR)/test/runtime/modules/getModuleJNI \
  58     $(HOTSPOT_TOPDIR)/test/runtime/SameObject \
  59     $(HOTSPOT_TOPDIR)/test/runtime/BoolReturn \
  60     $(HOTSPOT_TOPDIR)/test/runtime/noClassDefFoundMsg \
  61     $(HOTSPOT_TOPDIR)/test/compiler/floatingpoint/ \
  62     $(HOTSPOT_TOPDIR)/test/compiler/calls \
  63     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/GetNamedModule \
  64     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleReads \
  65     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleExportsAndOpens \
  66     $(HOTSPOT_TOPDIR)/test/serviceability/jvmti/AddModuleUsesAndProvides \
  67     $(HOTSPOT_TOPDIR)/test/testlibrary/jvmti \