diff options
author | John Chen (CLR) <jochen@microsoft.com> | 2016-05-17 23:58:14 -0700 |
---|---|---|
committer | John Chen (CLR) <jochen@microsoft.com> | 2016-05-19 12:40:57 -0700 |
commit | 3ece28810afd74d33af07225519c71433f4713f1 (patch) | |
tree | 97fbee43b8b2f72a2aeca32144f7e4c9e421c275 /tests/src/dir.props | |
parent | b6aa7748182c468dc4e78b29382617befaea6a6a (diff) | |
download | coreclr-3ece28810afd74d33af07225519c71433f4713f1.tar.gz coreclr-3ece28810afd74d33af07225519c71433f4713f1.tar.bz2 coreclr-3ece28810afd74d33af07225519c71433f4713f1.zip |
Initial Ready-to-Run tests for generics
* Added some generics tests intended for testing Ready-to-Run feature.
* Added capability to set ZapRequire=1, to ensure methods are
pre-compiled.
* Fix spelling of environment variables for case-sensitive platforms.
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r-- | tests/src/dir.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props index df0ed13148..c47ec0fb4a 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -69,4 +69,9 @@ <TargetsUnknownUnix Condition="'$(TargetsUnix)' == 'true' AND '$(OSGroup)' != 'FreeBSD' AND '$(OSGroup)' != 'Linux' AND '$(OSGroup)' != 'OSX'">true</TargetsUnknownUnix> </PropertyGroup> + <!-- Set default ZapRequire level (used only when CrossGen is enabled) --> + <PropertyGroup> + <ZapRequire Condition="'$(ZapRequire)' == ''">2</ZapRequire> + </PropertyGroup> + </Project> |