From 2b122d36e02355850aef3b9e2bf670ea259c801c Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Fri, 26 May 2023 02:22:05 -0400 Subject: [PATCH] [wasm] Add build-runtime-tests make target (#86785) --- src/mono/wasm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mono/wasm/Makefile b/src/mono/wasm/Makefile index d5c184ab665..0968e482f52 100644 --- a/src/mono/wasm/Makefile +++ b/src/mono/wasm/Makefile @@ -104,6 +104,9 @@ run-build-tests: 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) + build-debugger-tests-helix: $(DOTNET) build -restore -bl:$(TOP)/artifacts/log/$(CONFIG)/Wasm.Debugger.Tests.binlog \ /p:ContinuousIntegrationBuild=true /p:ArchiveTests=true \ -- 2.34.1