Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2022-09-07 20:15:34 +0300
committerGitHub <noreply@github.com>2022-09-07 20:15:34 +0300
commite56d52db77b2e29882369913bd12a6cb79f605bf (patch)
tree3d9050bbcbbbb928cfa9bb0b29d5dfe0a9559941 /eng
parent9dda76511887faec0f5cc65d1e305be839a2dcbc (diff)
[release/7.0][wasm] SIMD related build fixes (#75042)
- rename `$(WasmSIMD)` -> `$(WasmEnableSIMD)` - Require the workload when the property is set - Add tests for the various cases
Diffstat (limited to 'eng')
-rw-r--r--eng/testing/scenarios/BuildWasmAppsJobsList.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/eng/testing/scenarios/BuildWasmAppsJobsList.txt b/eng/testing/scenarios/BuildWasmAppsJobsList.txt
index bbbca109e57..7a92f4e164e 100644
--- a/eng/testing/scenarios/BuildWasmAppsJobsList.txt
+++ b/eng/testing/scenarios/BuildWasmAppsJobsList.txt
@@ -17,6 +17,8 @@ Wasm.Build.Tests.RebuildTests
Wasm.Build.Tests.SatelliteAssembliesTests
Wasm.Build.Tests.WasmBuildAppTest
Wasm.Build.Tests.WasmNativeDefaultsTests
-Wasm.Build.Tests.WorkloadTests
Wasm.Build.Tests.WasmRunOutOfAppBundleTests
+Wasm.Build.Tests.WasmSIMDTests
Wasm.Build.Tests.WasmTemplateTests
+Wasm.Build.Tests.WorkloadTests
+