From: Dan Moseley Date: Thu, 16 Feb 2017 02:09:34 +0000 (-0800) Subject: Update testing-with-corefx.md X-Git-Tag: submit/tizen/20210909.063632~11030^2~8056 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bee27111c8bde0e7190f8e8252cb98eb6a230e8c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update testing-with-corefx.md Commit migrated from https://github.com/dotnet/coreclr/commit/e50207b834d9946027828f8c3b3467e29ac2efb1 --- diff --git a/docs/coreclr/building/testing-with-corefx.md b/docs/coreclr/building/testing-with-corefx.md index defc8f8..a400d14 100644 --- a/docs/coreclr/building/testing-with-corefx.md +++ b/docs/coreclr/building/testing-with-corefx.md @@ -5,6 +5,10 @@ It may be valuable to use CoreFX tests to validate your changes to CoreCLR or ms **NOTE:** The `BUILDTOOLS_OVERRIDE_RUNTIME` property no longer works. +To run CoreFX tests with an updated System.Private.Corelib.dll, [use these instructions](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md#testing-with-private-coreclr-bits). + +To build CoreFX against the updated System.Private.Corelib.dll - we need to update instructions. + **Replace runtime between build.[cmd|sh] and build-tests.[cmd|sh]** Use the following instructions to test a change to the dotnet/coreclr repo using dotnet/corefx tests. Refer to the [CoreFx Developer Guide](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md) for information about CoreFx build scripts.