diff --git a/eng/testing/ILLink.Descriptor.xunit.xml b/eng/testing/ILLink.Descriptor.xunit.xml new file mode 100644 index 00000000000000..a3c03694f26b16 --- /dev/null +++ b/eng/testing/ILLink.Descriptor.xunit.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index 05e0a242196a5b..790063c67d45c3 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -6,11 +6,22 @@ true V8 $(JSEngineArgs) --engine-arg=--stack-trace-limit=1000 + + true $HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT -- $(RunTestsJSArguments) --run WasmTestRunner.dll $(AssemblyName).dll + false + true + false + false + false + + + + true @@ -146,6 +157,30 @@ + + + link + + + + + true + link + + + link + + + copy + + + + + + + + + PrepareForWasmBuildApp;$(WasmBuildAppDependsOn) @@ -186,8 +221,7 @@ <_runnerFilesToPublish Include="$(AppleTestRunnerDir)*" Condition="'$(TargetOS)' == 'iOS' or '$(TargetOS)' == 'tvOS'" /> <_runnerFilesToPublish Include="$(WasmTestRunnerDir)*" Condition="'$(TargetOS)' == 'Browser'" /> - - + @@ -195,4 +229,6 @@ Condition="'$(IsCrossTargetingBuild)' != 'true'" AfterTargets="Build" DependsOnTargets="Publish;BundleTestAppleApp;BundleTestAndroidApp;BundleTestWasmApp;ArchiveTests" /> + + diff --git a/eng/testing/xunit/xunit.console.targets b/eng/testing/xunit/xunit.console.targets index 5b71327e96450b..ba79777dde25b1 100644 --- a/eng/testing/xunit/xunit.console.targets +++ b/eng/testing/xunit/xunit.console.targets @@ -43,7 +43,7 @@ @@ -57,7 +57,7 @@ - + - +