Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3ddea17

Browse files
committed
Merge pull request #1833 from kouvel/Inline2
Move some functions to allow them to be inlined with clang
2 parents 545a76e + 194d5a4 commit 3ddea17

File tree

50 files changed

+400
-514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+400
-514
lines changed

Documentation/building/unix-test-instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Run tests:
3232

3333
> ```bash
3434
> ~/coreclr$ tests/runtest.sh
35-
> --testRootDir="~/test/Windows_NT.x64.Debug"
36-
> --testNativeBinDir="~/coreclr/bin/obj/Linux.x64.Debug/tests"
37-
> --coreClrBinDir="~/coreclr/bin/Product/Linux.x64.Debug"
38-
> --mscorlibDir="/media/coreclr/bin/Product/Linux.x64.Debug"
39-
> --coreFxBinDir="~/corefx/bin/Linux.AnyCPU.Debug"
40-
> --coreFxNativeBinDir="~/corefx/bin/Linux.x64.Debug"
35+
> --testRootDir=~/test/Windows_NT.x64.Debug
36+
> --testNativeBinDir=~/coreclr/bin/obj/Linux.x64.Debug/tests
37+
> --coreClrBinDir=~/coreclr/bin/Product/Linux.x64.Debug
38+
> --mscorlibDir=/media/coreclr/bin/Product/Linux.x64.Debug
39+
> --coreFxBinDir=~/corefx/bin/Linux.AnyCPU.Debug
40+
> --coreFxNativeBinDir=~/corefx/bin/Linux.x64.Debug
4141
> ```
4242
4343
Test results will go into:

0 commit comments

Comments
 (0)