summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorBengu Li <beli@microsoft.com>2015-02-12 16:03:39 -0800
committerBengu Li <beli@microsoft.com>2015-02-12 16:03:39 -0800
commit2b054da5b0f0740c92f6bdd3c9093644a0a7cfb7 (patch)
treec58c6775f0aa29418ca030567a7064a2733c9e09 /tests/src
parent8c6dd79fb18a803b96ebef9bd3ea263907886b4b (diff)
downloadcoreclr-2b054da5b0f0740c92f6bdd3c9093644a0a7cfb7.tar.gz
coreclr-2b054da5b0f0740c92f6bdd3c9093644a0a7cfb7.tar.bz2
coreclr-2b054da5b0f0740c92f6bdd3c9093644a0a7cfb7.zip
Expand the availability of MSILC JIT to all tests
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/cs_template.proj3
-rw-r--r--tests/src/JIT/Directed/Arrays/cs_template.proj3
-rw-r--r--tests/src/dir.props6
3 files changed, 5 insertions, 7 deletions
diff --git a/tests/src/JIT/CodeGenBringUpTests/cs_template.proj b/tests/src/JIT/CodeGenBringUpTests/cs_template.proj
index e283ed6a29..93788b357b 100644
--- a/tests/src/JIT/CodeGenBringUpTests/cs_template.proj
+++ b/tests/src/JIT/CodeGenBringUpTests/cs_template.proj
@@ -21,9 +21,6 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
- <PropertyGroup>
- <_CLRTestPreCommands>IF NOT "%DOMSILCTEST%"=="" set COMPLus_AltJit=*;IF NOT "%DOMSILCTEST%"=="" set COMPLus_AltJitName=MSILCJit.dll</_CLRTestPreCommands>
- </PropertyGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
diff --git a/tests/src/JIT/Directed/Arrays/cs_template.proj b/tests/src/JIT/Directed/Arrays/cs_template.proj
index e283ed6a29..93788b357b 100644
--- a/tests/src/JIT/Directed/Arrays/cs_template.proj
+++ b/tests/src/JIT/Directed/Arrays/cs_template.proj
@@ -21,9 +21,6 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
- <PropertyGroup>
- <_CLRTestPreCommands>IF NOT "%DOMSILCTEST%"=="" set COMPLus_AltJit=*;IF NOT "%DOMSILCTEST%"=="" set COMPLus_AltJitName=MSILCJit.dll</_CLRTestPreCommands>
- </PropertyGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
diff --git a/tests/src/dir.props b/tests/src/dir.props
index f3f8c6e6b1..c8f86c4345 100644
--- a/tests/src/dir.props
+++ b/tests/src/dir.props
@@ -9,5 +9,9 @@
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
-
+ <!-- Enable MSILC JIT for testing if specified -->
+ <PropertyGroup>
+ <_CLRTestPreCommands>IF NOT "%__EnableMSILC%"=="" set COMPLus_AltJit=*;IF NOT "%__EnableMSILC%"=="" set COMPLus_AltJitName=MSILCJit.dll</_CLRTestPreCommands>
+ </PropertyGroup>
+
</Project>