aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-03-20 12:09:02 -0400
committerBob Arnson <github@bobs.org>2025-03-20 13:02:06 -0400
commitbf13a0b67dd644eb7d74cb0cfb6876840f73d82b (patch)
treebacd057fa1962aa5f12519991f9cd836d2a0c171 /src/ext/Bal
parent45535e659ea8b58101fe9e8adfa6aa273d2bb544 (diff)
downloadwix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.tar.gz
wix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.tar.bz2
wix-bf13a0b67dd644eb7d74cb0cfb6876840f73d82b.zip
Switch to MSTest built-in Test target.
Prevents test run during VS build and shows failure details on console (no need to dig into TRX file).
Diffstat (limited to 'src/ext/Bal')
-rw-r--r--src/ext/Bal/bal_t.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/Bal/bal_t.proj b/src/ext/Bal/bal_t.proj
index cf908c07..bb8d44a2 100644
--- a/src/ext/Bal/bal_t.proj
+++ b/src/ext/Bal/bal_t.proj
@@ -18,6 +18,8 @@
18 18
19 <ProjectReference Include="test\examples\examples.proj" /> 19 <ProjectReference Include="test\examples\examples.proj" />
20 20
21 <ProjectReference Include="test\WixToolsetTest.BootstrapperApplications\WixToolsetTest.BootstrapperApplications.csproj" Targets="Test" />
22
21 <!-- 23 <!--
22 Currently there are no unskipped unit tests in this project. Should that change, 24 Currently there are no unskipped unit tests in this project. Should that change,
23 we'll need to update the native test framework or figure out something else. 25 we'll need to update the native test framework or figure out something else.