From 65b998ef8e1071f91eaec428fd654f912deb1f96 Mon Sep 17 00:00:00 2001 From: Amphitryon0 <17864580+Amphitryon0@users.noreply.github.com> Date: Sun, 8 Dec 2024 04:11:12 -0600 Subject: [PATCH] Replace Visual Studio extension with component --- Running-Unit-Tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Unit-Tests.md b/Running-Unit-Tests.md index 67c62a8..902a200 100644 --- a/Running-Unit-Tests.md +++ b/Running-Unit-Tests.md @@ -12,7 +12,7 @@ For tests that can compare Dolphin to actual hardware, see the [hwtests reposito The UnitTests project is compiled as part of the normal build on Windows. There are a few ways to run the tests: -1. Use the [Test Adapter for Google Test](https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.TestAdapterforGoogleTest) extension for Visual Studio in order to integrate tests into the Test Explorer. +1. Use the [Test Adapter for Google Test](https://learn.microsoft.com/en-us/visualstudio/test/how-to-use-google-test-for-cpp) component for Visual Studio in order to integrate tests into the Test Explorer. 2. Invoke execution via msbuild with the `RunUnitTests` property, for example: