summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-17 18:03:39 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-17 19:23:13 -0700
commit3fc9f67dbe1765c489f469452b5b4b0b81579f98 (patch)
tree9ec08d50e3e9bef04caa2e256d2bc63cca3738c9 /Documentation
parentdbe69102224886888874b56f5e2c5b3905bd8fa2 (diff)
downloadcoreclr-3fc9f67dbe1765c489f469452b5b4b0b81579f98.tar.gz
coreclr-3fc9f67dbe1765c489f469452b5b4b0b81579f98.tar.bz2
coreclr-3fc9f67dbe1765c489f469452b5b4b0b81579f98.zip
Restoring the Test Runtime libraries from a single project.json
This will ensure the expected version to be present at the runtime
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-test-instructions.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/building/windows-test-instructions.md b/Documentation/building/windows-test-instructions.md
index 0c5aa76c10..74ec2584b3 100644
--- a/Documentation/building/windows-test-instructions.md
+++ b/Documentation/building/windows-test-instructions.md
@@ -74,6 +74,9 @@ If you wish to run the test under a debugger (e.g. [WinDbg](http://msdn.microsof
<repo_root>\binaries\tests\x64\debug\Exceptions\Finalization\Finalizer.cmd -debug <debuggerFullPath>
+Note:
+1. The Managed libraries in the above CORE_ROOT is populated from the [project.json](https://github.com/dotnet/coreclr/blob/master/tests/src/runtime/project.json), this is distinct from what was used to build the test.
+
**Modifying a test**
If test changes are needed, make the change and build the test project. This will binplace the binaries in test binaries folder (e.g. `<repo_root>\binaries\tests\x64\debug\Exceptions\Finalization`). At this point, follow the steps to re-run a failed test to re-run the modified test.