Skip to content

Commit

Permalink
[browser][test] Add make target to run the outerloop tests on browser (
Browse files Browse the repository at this point in the history
…dotnet#45465)

- Makes it easier to run these tests
- make target `run-browser-outerloop-tests-%:`
  • Loading branch information
kjpou1 authored Dec 10, 2020
1 parent 57707b3 commit 8271c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mono/wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ run-tests-%:
run-browser-tests-%:
PATH="$(CHROMEDRIVER):$(PATH)" XHARNESS_COMMAND=test-browser $(DOTNET) build $(TOP)/src/libraries/$*/tests/ /t:Test /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=$(CONFIG) $(MSBUILD_ARGS)

run-browser-outerloop-tests-%:
PATH="$(CHROMEDRIVER):$(PATH)" XHARNESS_COMMAND=test-browser $(DOTNET) build $(TOP)/src/libraries/$*/tests/ /t:Test /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=$(CONFIG) /p:OuterLoop=true $(MSBUILD_ARGS)

run-debugger-tests:
if [ ! -z "$(TEST_FILTER)" ]; then \
export LC_ALL=en_US.UTF-8; \
Expand Down

0 comments on commit 8271c02

Please sign in to comment.