aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-02-16 23:15:41 -0500
committerBob Arnson <github@bobs.org>2025-03-03 14:25:07 -0500
commit3354cdba91ed4e67a00a23c4e556c9672b2b1f45 (patch)
tree7172a87b53050beb5b8d984305728e81e43df6c2 /src/test
parentae96ff06cadd0141f48d88a7e9983ca81dace613 (diff)
downloadwix-3354cdba91ed4e67a00a23c4e556c9672b2b1f45.tar.gz
wix-3354cdba91ed4e67a00a23c4e556c9672b2b1f45.tar.bz2
wix-3354cdba91ed4e67a00a23c4e556c9672b2b1f45.zip
Convert WixToolsetTest.Sdk to MSTest.***
***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
Diffstat (limited to '')
-rw-r--r--src/testresultfilelist.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/testresultfilelist.txt b/src/testresultfilelist.txt
index 9e156730..71f35d6b 100644
--- a/src/testresultfilelist.txt
+++ b/src/testresultfilelist.txt
@@ -1,10 +1 @@
1build/logs/TestResults/api.trx build/logs/TestResults/*.trx
2build/logs/TestResults/burn.trx
3build/logs/TestResults/libs.trx
4build/logs/TestResults/tools.trx
5build/logs/TestResults/wix.trx
6build/logs/TestResults/WixToolsetTest.BurnE2E.trx
7build/logs/TestResults/util.wixext.trx
8build/logs/TestResults/bal.wixext.trx
9build/logs/TestResults/WixToolsetTest.MsiE2E.trx
10build/logs/TestResults/WixToolsetTest.WixE2ETests.trx \ No newline at end of file