From b153c35a7f62f551c9dc16c5af8bb7e4d66ebf03 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Thu, 1 Jun 2017 23:34:26 -0700 Subject: [PATCH] grammar --- Running-Unit-Tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-Unit-Tests.md b/Running-Unit-Tests.md index 08e9297..67c62a8 100644 --- a/Running-Unit-Tests.md +++ b/Running-Unit-Tests.md @@ -14,14 +14,14 @@ 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. -2. Invoking execution via msbuild with the `RunUnitTests` property, for example: +2. Invoke execution via msbuild with the `RunUnitTests` property, for example: ``` pushd Source msbuild /v:m /m /p:Platform=x64 /p:Configuration=Release /p:RunUnitTests=true dolphin-emu.sln ``` -3. You can also go to the UnitTests build output directory and directly run the binary: +3. Directly run the UnitTests binary: ``` pushd Build\x64\Release\UnitTests\bin