Skip to content

Commit

Permalink
[mono] Updated runtime test building doc (#108792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkurdek authored Oct 12, 2024
1 parent 6fb75bf commit 4900696
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 @@ -17,7 +17,7 @@ To build the runtime tests for Mono JIT or interpreter:

```
cd src/tests
./build.sh mono <release|debug>
./build.sh mono <release|debug> /p:LibrariesConfiguration=<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).
Expand Down

0 comments on commit 4900696

Please sign in to comment.