Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lorensson <lateralusx.github@gmail.com>2019-06-20 10:23:39 +0300
committerGitHub <noreply@github.com>2019-06-20 10:23:39 +0300
commitdfb46dad7d0a2e0611cf01bb7ebc4ac1b65b66bd (patch)
tree8d122a8254e0e8b866ecf16743bff83a558d3043 /runtime
parentb2a860c94914b87db5f01be0a1ab0d5fdaf43579 (diff)
Add Windows x64 Full AOT Interpreter support on CI. (#15127)
Add support to run full interpreter test suite on CI for Windows x64 Full AOT. Since Windows x64 Full AOT uses a different full AOT profile WinAOT a separate testing profile was setup for the interpreter testing. NOTE, this profile is pure for testing, inline with the other testing profiles. It is also reusing most of its sources from other sources files (mainly WinAOT) to reduce maintenance of the profile. Commit also includes some smaller adjustments needed in order to get full pass rate for Windows x64 Full AOT + Interpreter on CI.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 3a84c023237..154240d758d 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -68,6 +68,10 @@ if INSTALL_WINAOT
build_profiles += winaot
endif
+if INSTALL_TESTING_WINAOT_INTERP
+build_profiles += testing_winaot_interp
+endif
+
if INSTALL_XAMMAC
build_profiles += xammac xammac_net_4_5
endif