1
0
Fork 0
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:
Matous Kozak 2023-12-15 16:24:25 +01:00 committed by GitHub
parent f5430804f1
commit 9989c9a7af
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: