Update testing-with-corefx.md
authorDan Moseley <danmose@microsoft.com>
Thu, 16 Feb 2017 02:09:34 +0000 (18:09 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2017 02:09:34 +0000 (18:09 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/e50207b834d9946027828f8c3b3467e29ac2efb1

docs/coreclr/building/testing-with-corefx.md

index defc8f8..a400d14 100644 (file)
@@ -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.