Skip to content

Commit

Permalink
Update testing.md (dotnet#46295)
Browse files Browse the repository at this point in the history
The current framework relays on CoreCLR to create the Core_Root and then patch it with mono runtime. So building CoreCLR is required before building runtime tests for desktop Mono
  • Loading branch information
fanyang-mono authored Dec 21, 2020
1 parent b09e66b commit 60c6086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow/testing/mono/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Before running tests, [build Mono](../../building/mono/README.md) using the desi
## Runtime Tests
### Desktop Mono:

To build the runtime tests for Mono JIT or interpreter, execute the following command from `$(REPO_ROOT)/src/tests`
To build the runtime tests for Mono JIT or interpreter, build CoreCLR and execute the following command from `$(REPO_ROOT)/src/tests`
```
./build.sh excludemonofailures <release|debug>
```
Expand Down

0 comments on commit 60c6086

Please sign in to comment.