File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ TOP=$(realpath $(CURDIR)/../../..)
33
44DOTNET =$(TOP ) /dotnet.sh
55JSVU =$(HOME ) /.jsvu
6+ CHROMEDRIVER? =$(HOME ) /.chromedriver
67
78#
89# These variables are set by wasm.proj
@@ -150,6 +151,9 @@ run-tests-jsc-%:
150151run-tests-% :
151152 PATH=" $( JSVU) :$( PATH) " $(DOTNET ) build $(TOP ) /src/libraries/$* /tests/ /t:Test /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=$(CONFIG ) $(MSBUILD_ARGS )
152153
154+ run-browser-tests-% :
155+ 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 )
156+
153157run-debugger-tests :
154158 if [ ! -z " $( TEST_FILTER) " ]; then \
155159 export LC_ALL=en_US.UTF-8; \
You can’t perform that action at this time.
0 commit comments