From bf13a0b67dd644eb7d74cb0cfb6876840f73d82b Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 20 Mar 2025 12:09:02 -0400 Subject: 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). --- src/tools/tools_t.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/tools_t.proj b/src/tools/tools_t.proj index 60685ef1..96a0cf2a 100644 --- a/src/tools/tools_t.proj +++ b/src/tools/tools_t.proj @@ -12,8 +12,8 @@ - - + + -- cgit v1.2.3-55-g6feb