mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 10:00:57 +09:00
Update testing.md (#46295)
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
This commit is contained in:
parent
b09e66be8d
commit
60c6086aa7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue