Skip to content

Commit

Permalink
Updated test doc. (#75736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci authored Sep 16, 2022
1 parent 4f1229e commit 4b1840b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/workflow/testing/mono/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ The last few lines of the build log should contain something like this:
--------------------------------------------------
Example run.sh command
src/tests/run.sh --coreOverlayDir=<repo_root>artifacts/tests/coreclr/Browser.wasm.Release/Tests/Core_Root --testNativeBinDir=<repo_root>/artifacts/obj/coreclr/Browser.wasm.Release/tests --testRootDir=<repo_root>/artifacts/tests/coreclr/Browser.wasm.Release --copyNativeTestBin Release
src/tests/run.sh wasm <Debug|Release>
--------------------------------------------------
```

To run all tests, execute that command, adding `wasm` to the end.

### Android:
Build the runtime tests for Android x64/ARM64
```
Expand Down

0 comments on commit 4b1840b

Please sign in to comment.