mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
[mono][docs] Add BuildAsStandalone export to mono runtime tests doc (#96054)
This commit is contained in:
parent
f5430804f1
commit
9989c9a7af
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ cd src/tests
|
|||
./build.sh mono <release|debug>
|
||||
```
|
||||
|
||||
To build an individual test, test directory, or a whole subdirectory tree, use the `-test:`, `-dir:` or `-tree:` options (without the src/tests prefix)
|
||||
For example: `./build.sh mono release -test:JIT/opt/InstructionCombining/DivToMul.csproj`
|
||||
To build an individual test, test directory, or a whole subdirectory tree, use the `-test:`, `-dir:` or `-tree:` options (without the src/tests prefix).
|
||||
For example: `./build.sh mono release -test:JIT/opt/InstructionCombining/DivToMul.csproj`. To generate executable `.sh` files for tests that are not set to be run individualy it is necessary to `export BuildAsStandalone=true` before building the tests.
|
||||
|
||||
|
||||
Run individual test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue