From cfe7e655bf3ba03622e0b347dfca6e6fcee6942b Mon Sep 17 00:00:00 2001 From: Carol Eidt Date: Fri, 21 Jun 2019 10:40:03 -0700 Subject: Update instructions to build individual tests cc @jashook and @sandreenko --- Documentation/building/unix-test-instructions.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Documentation') 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= /p:__BuildType=` ## Aarch64/armhf multi-arch -- cgit v1.2.3