I wanted to run the CoreFX System.Runtime tests to test some mscorlib changes.
The instructions detailed here don't seem to work.
The CoreCLR package was correctly published to the location I specified in InstallationLocation (C:\dev\corefx\packages on my machine), but when I ran msbuild /t:BuildAndTest from C:\dev\corefx\src\System.Runtime\tests, it didn't run the tests with the locally published CoreCLR package.
In order to run the tests against my changes, I had to manually copy/replace the locally built CoreCLR dll's into C:\dev\corefx\bin\tests\Windows_NT.AnyCPU.Debug\System.Runtime.Tests\dnxcore50.
Is the documentation incorrect, or am I doing something wrong?
Thanks!
I wanted to run the CoreFX System.Runtime tests to test some mscorlib changes.
The instructions detailed here don't seem to work.
The CoreCLR package was correctly published to the location I specified in
InstallationLocation(C:\dev\corefx\packageson my machine), but when I ranmsbuild /t:BuildAndTestfromC:\dev\corefx\src\System.Runtime\tests, it didn't run the tests with the locally published CoreCLR package.In order to run the tests against my changes, I had to manually copy/replace the locally built CoreCLR dll's into
C:\dev\corefx\bin\tests\Windows_NT.AnyCPU.Debug\System.Runtime.Tests\dnxcore50.Is the documentation incorrect, or am I doing something wrong?
Thanks!