< prev index next >

make/test/JtregNative.gmk

Print this page

        

@@ -40,12 +40,17 @@
 ################################################################################
 
 # Add more directories here when needed.
 BUILD_JDK_JTREG_NATIVE_SRC := \
     $(JDK_TOPDIR)/test/native_sanity \
+    $(JDK_TOPDIR)/test/java/lang/System \
     #
 
+ifeq ($(TOOLCHAIN_TYPE), solstudio)
+    BUILD_JDK_JTREG_LIBRARIES_LDFLAGS_librefreshEnv := -lc
+endif
+
 BUILD_JDK_JTREG_OUTPUT_DIR := $(BUILD_OUTPUT)/support/test/jdk/jtreg/native
 
 BUILD_JDK_JTREG_IMAGE_DIR := $(TEST_IMAGE_DIR)/jdk/jtreg
 
 $(eval $(call SetupTestFilesCompilation, BUILD_JDK_JTREG_LIBRARIES, \
< prev index next >