# HG changeset patch # User iaberg # Date 1430200758 -7200 # Node ID 28d0b4c56125a5c1b14e11cf0b4d5671a9f295f2 # Parent 03c5eaa78f802e3750ca899fb34eff996f8d43b4 8074016: Add convenient way of adding custom test targets to hotspot's test makefile Summary: Moved the line including the custom testlist to after variables are defined, allowing custom rules to use them Reviewed-by: erikj, sla diff -r 03c5eaa78f80 -r 28d0b4c56125 hotspot/test/Makefile --- a/hotspot/test/Makefile Mon Apr 27 09:08:07 2015 +0200 +++ b/hotspot/test/Makefile Tue Apr 28 07:59:18 2015 +0200 @@ -28,8 +28,6 @@ ALT_MAKE ?= closed --include $(ALT_MAKE)/Makefile - GETMIXEDPATH=echo # Utilities used @@ -304,6 +302,8 @@ endif JTREG_BASIC_OPTIONS += $(JTREG_KEY_OPTION) +-include $(ALT_MAKE)/Makefile + # Make sure jtreg exists $(JTREG): $(JT_HOME)