--- a/make/test/JtregNativeHotspot.gmk Tue Oct 10 15:20:10 2017 +0200
+++ b/make/test/JtregNativeHotspot.gmk Tue Oct 10 15:26:01 2017 +0200
@@ -35,7 +35,7 @@
include MakeBase.gmk
include TestFilesCompilation.gmk
-$(eval $(call IncludeCustomExtension, hotspot/test/JtregNative.gmk))
+$(eval $(call IncludeCustomExtension, test/JtregNativeHotspot.gmk))
################################################################################
# Targets for building the native tests themselves.
--- a/make/test/JtregNativeJdk.gmk Tue Oct 10 15:20:10 2017 +0200
+++ b/make/test/JtregNativeJdk.gmk Tue Oct 10 15:26:01 2017 +0200
@@ -35,7 +35,7 @@
include MakeBase.gmk
include TestFilesCompilation.gmk
-$(eval $(call IncludeCustomExtension, test/JtregNative.gmk))
+$(eval $(call IncludeCustomExtension, test/JtregNativeJdk.gmk))
################################################################################
# Targets for building the native tests themselves.