Skip to content

Commit

Permalink
[wasm] Update path in the README (dotnet#85794)
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik authored May 4, 2023
1 parent db33e85 commit b2ff13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/Wasm.Build.Tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ being generated.
- Running:

Linux/macOS: `$ make -C src/mono/wasm run-build-tests`
Windows: `.\dotnet.cmd build .\src\mono\wasm\BuildWasmApps\Wasm.Build.Tests\Wasm.Build.Tests.csproj -c Release -t:Test -p:TargetOS=browser -p:TargetArchitecture=wasm`
Windows: `.\dotnet.cmd build .\src\mono\wasm\Wasm.Build.Tests\Wasm.Build.Tests.csproj -c Release -t:Test -p:TargetOS=browser -p:TargetArchitecture=wasm`

- Specific tests can be run via `XUnitClassName`, and `XUnitMethodName`
- eg. `XUnitClassName=Wasm.Build.Tests.BlazorWasmTests`
Expand Down

0 comments on commit b2ff13f

Please sign in to comment.