Skip to content

Commit

Permalink
[wasm] add MSBUILD_ARGS for build-runtime-tests make target
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Sep 29, 2023
1 parent b0c33b1 commit fb3cfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ run-browser-tests-%:
PATH="$(GECKODRIVER):$(CHROMEDRIVER):$(PATH)" XHARNESS_COMMAND="test-browser --browser=$(XHARNESS_BROWSER)" $(DOTNET) build $(TOP)/src/libraries/$*/tests/ /t:Test $(_MSBUILD_WASM_BUILD_ARGS) $(MSBUILD_ARGS)

build-runtime-tests:
$(TOP)/src/tests/build.sh -mono os browser wasm $(CONFIG)
$(TOP)/src/tests/build.sh -mono os browser wasm $(CONFIG) $(MSBUILD_ARGS)

build-debugger-tests-helix:
$(DOTNET) build -restore -bl:$(LOG_PATH)/Wasm.Debugger.Tests.binlog \
Expand Down

0 comments on commit fb3cfb2

Please sign in to comment.