Merge pull request #4159 from akoeplinger/aot-only-rename
[mono.git] / mono / mini / Makefile.am.in
index fcbb4fc26c96b78e8a2fb6bb239a0ac7e81beb10..56b437acbc2ed5562c8b93a3cc344c9eb11fbf54 100755 (executable)
@@ -489,7 +489,7 @@ test_sources =                      \
 
 regtests_UNIVERSAL=basic.exe basic-float.exe basic-long.exe basic-calls.exe objects.exe arrays.exe basic-math.exe exceptions.exe iltests.exe devirtualization.exe generics.exe basic-simd.exe basic-vectors.exe
 
-if INSTALL_AOT_ONLY
+if INSTALL_TESTING_AOT_FULL
 regtests= \
        $(regtests_UNIVERSAL)
 
@@ -501,7 +501,7 @@ endif
 else
 regtests= \
        $(regtests_UNIVERSAL) \
-       $(regtests_AOT_ONLY_BLACKLIST)
+       $(regtests_TESTING_AOT_FULL_BLACKLIST)
 endif
 
 if X86
@@ -744,9 +744,9 @@ gsharedvtcheck:
 fullaot_regtests = $(regtests) aot-tests.exe $(if $(GSHAREDVT),gshared.exe)
 
 # Skip aoting the tests that aren't compiled 
-# on the aot_only profile because they're skipped
+# on the testing_aot_full profile because they're skipped
 # on mobile profiles
-FULLAOT_LIBS_AOT_ONLY_BLACKLIST = \
+FULLAOT_LIBS_TESTING_AOT_FULL_BLACKLIST = \
        Mono.Posix.dll \
        System.Configuration.dll
 
@@ -760,14 +760,14 @@ FULLAOT_LIBS_UNIVERSAL = \
        Mono.Security.dll \
        System.Numerics.Vectors.dll
 
-if INSTALL_AOT_ONLY
+if INSTALL_TESTING_AOT_FULL
 FULLAOT_LIBS= \
        Mono.Dynamic.Interpreter.dll \
        $(FULLAOT_LIBS_UNIVERSAL)
 else
 FULLAOT_LIBS= \
        $(FULLAOT_LIBS_UNIVERSAL) \
-       $(FULLAOT_LIBS_AOT_ONLY_BLACKLIST)
+       $(FULLAOT_LIBS_TESTING_AOT_FULL_BLACKLIST)
 endif
 
 FULLAOT_TMP_DIR=$(top_builddir)/mono/mini/fullaot-tmp