summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@microsoft.com>2015-10-13 12:58:48 -0700
committerKoundinya Veluri <kouvel@microsoft.com>2015-10-13 13:57:52 -0700
commit80479e2aefa72ea6b5e39d6e910fb6d0465e4978 (patch)
tree27110d5fdd046ea139fff48cfd365b619b630286 /Documentation/README.md
parent1a729f8c93d03e305a1d830c9e65ca05185adcd1 (diff)
downloadcoreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.gz
coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.bz2
coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.zip
Add some instructions (tests, new APIs)
- Instructions for running CoreCLR and PAL tests outside Windows - Brief instructions for running CoreFX tests with a private build of CoreCLR outside Windows - Adding new public APIs to mscorlib
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 97b3b0f328..225a4c2518 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -30,6 +30,7 @@ Project Docs
- [Contributing Workflow](project-docs/contributing-workflow.md)
- [Performance Guidelines](project-docs/performance-guidelines.md)
- [Garbage Collector Guidelines](project-docs/garbage-collector-guidelines.md)
+- [Adding new public APIs to mscorlib](project-docs/adding_new_public_apis.md)
Coding Guidelines
=================
@@ -47,6 +48,7 @@ Build CoreCLR from Source
- [Building CoreCLR on Windows](building/windows-instructions.md)
- [Debugging CoreCLR on Windows](building/windows-debugging-instructions.md)
- [Testing Changes on Windows](building/windows-test-instructions.md)
+- [Testing Changes on Linux, OS X, and FreeBSD](building/unix-test-instructions.md)
- [Testing with CoreFX](building/testing-with-corefx.md)
- [Creating a Custom DNX](building/custom-dnx-instructions.md)