diff options
author | Swaroop Sridhar <swaroops@microsoft.com> | 2017-03-22 15:22:04 -0700 |
---|---|---|
committer | Swaroop Sridhar <Swaroop.Sridhar@microsoft.com> | 2017-03-22 17:32:38 -0700 |
commit | 5ba4f04e851174f96b3049eb5277d111669c59ac (patch) | |
tree | 50be4728c94274ae5440ff6d993640dbd70f67b8 /tests/runtest.cmd | |
parent | d532bfced676ac0e3051d2468ad01f793ab2fb84 (diff) | |
download | coreclr-5ba4f04e851174f96b3049eb5277d111669c59ac.tar.gz coreclr-5ba4f04e851174f96b3049eb5277d111669c59ac.tar.bz2 coreclr-5ba4f04e851174f96b3049eb5277d111669c59ac.zip |
Exclude some tests from Linker testing.
Exclude some tests while testing via ILLINK.
The reasons are mentioned in issues.targets.
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r-- | tests/runtest.cmd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd index 58d4efbcf1..dcff1bd2ee 100644 --- a/tests/runtest.cmd +++ b/tests/runtest.cmd @@ -160,6 +160,10 @@ if defined __AgainstPackages ( set __msbuildCommonArgs=%__msbuildCommonArgs% /p:BuildTestsAgainstPackages=true ) +if defined DoLink ( + set __msbuildCommonArgs=%__msbuildCommonArgs% /p:RunTestsViaIllink=true +) + REM Prepare the Test Drop REM Cleans any NI from the last run powershell "Get-ChildItem -path %__TestWorkingDir% -Include '*.ni.*' -Recurse -Force | Remove-Item -force" |