Skip to content

Commit 2b122d3

Browse files
authored
[wasm] Add build-runtime-tests make target (#86785)
1 parent 5aa9035 commit 2b122d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mono/wasm/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ run-build-tests:
104104
run-browser-tests-%:
105105
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)
106106

107+
build-runtime-tests:
108+
$(TOP)/src/tests/build.sh -mono os browser wasm $(CONFIG)
109+
107110
build-debugger-tests-helix:
108111
$(DOTNET) build -restore -bl:$(TOP)/artifacts/log/$(CONFIG)/Wasm.Debugger.Tests.binlog \
109112
/p:ContinuousIntegrationBuild=true /p:ArchiveTests=true \

0 commit comments

Comments
 (0)