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)/../../..)
3
3
4
4
DOTNET =$(TOP ) /dotnet.sh
5
5
JSVU =$(HOME ) /.jsvu
6
+ CHROMEDRIVER? =$(HOME ) /.chromedriver
6
7
7
8
#
8
9
# These variables are set by wasm.proj
@@ -150,6 +151,9 @@ run-tests-jsc-%:
150
151
run-tests-% :
151
152
PATH=" $( JSVU) :$( PATH) " $(DOTNET ) build $(TOP ) /src/libraries/$* /tests/ /t:Test /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=$(CONFIG ) $(MSBUILD_ARGS )
152
153
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
+
153
157
run-debugger-tests :
154
158
if [ ! -z " $( TEST_FILTER) " ]; then \
155
159
export LC_ALL=en_US.UTF-8; \
You can’t perform that action at this time.
0 commit comments