summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2019-06-21 10:40:03 -0700
committerGitHub <noreply@github.com>2019-06-21 10:40:03 -0700
commitcfe7e655bf3ba03622e0b347dfca6e6fcee6942b (patch)
treeb186671478e8241df8e2e58625fb6d67cf141e4e /Documentation
parent821a5d282a8d0058b9311ca10ef568c5f06379b8 (diff)
downloadcoreclr-cfe7e655bf3ba03622e0b347dfca6e6fcee6942b.tar.gz
coreclr-cfe7e655bf3ba03622e0b347dfca6e6fcee6942b.tar.bz2
coreclr-cfe7e655bf3ba03622e0b347dfca6e6fcee6942b.zip
Update instructions to build individual tests
cc @jashook and @sandreenko
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/unix-test-instructions.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/building/unix-test-instructions.md b/Documentation/building/unix-test-instructions.md
index 05f1f994b9..eb4f325bf9 100644
--- a/Documentation/building/unix-test-instructions.md
+++ b/Documentation/building/unix-test-instructions.md
@@ -22,15 +22,13 @@ Please note that this builds the Priority 0 tests. To build priority 1:
## Building Individual Tests
-During development there are many instances where building an individual test is fast and necessary. All of the necessary tools to build are under `coreclr/Tools`. It is possible to use `coreclr/Tools/MSBuild.dll` as you would normally use MSBuild with a few caveats.
-
-Note that `coreclr/dotnet.sh` exists as well to make the call shorter.
+During development there are many instances where building an individual test is fast and necessary. All of the necessary tools to build are under `coreclr`. It is possible to use `coreclr/.dotnet/dotnet msbuild` as you would normally use MSBuild with a few caveats.
**!! Note !! -- Passing /p:__BuildOs=[OSX|Linux] is required.**
-## Building an Individual Test Example
+## Building an Individual Test
->`coreclr/dotnet.sh msbuild /maxcpucount coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj /p:__BuildType=Release /p:__BuildOS=OSX`
+>`/path/to/coreclr/.dotnet/dotnet msbuild tests/src/path-to-proj-file /p:__BuildOS=<BuildOS> /p:__BuildType=<BuildType>`
## Aarch64/armhf multi-arch