--------------------------------------------------
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
```