We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa9035 commit 2b122d3Copy full SHA for 2b122d3
src/mono/wasm/Makefile
@@ -104,6 +104,9 @@ run-build-tests:
104
run-browser-tests-%:
105
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)
106
107
+build-runtime-tests:
108
+ $(TOP)/src/tests/build.sh -mono os browser wasm $(CONFIG)
109
+
110
build-debugger-tests-helix:
111
$(DOTNET) build -restore -bl:$(TOP)/artifacts/log/$(CONFIG)/Wasm.Debugger.Tests.binlog \
112
/p:ContinuousIntegrationBuild=true /p:ArchiveTests=true \
0 commit comments