From d9dc1242695c93a1f32cf99e9fd12493a94f1510 Mon Sep 17 00:00:00 2001 From: PEmu1 Date: Wed, 4 Jan 2017 21:46:58 -0800 Subject: [PATCH] Update capitalization and change "/" to "and". --- 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 678819d..c4542e5 100644 --- a/Running-Unit-Tests.md +++ b/Running-Unit-Tests.md @@ -7,7 +7,7 @@ The tests are located in the `Source/UnitTests` directory and use the [Google Te For tests that can compare Dolphin to actual hardware, see the [hwtests repository](https://github.com/dolphin-emu/hwtests). -## Running tests on Windows +## Running Tests on Windows The UnitTests project is compiled as part of the normal build on Windows. There are a few ways to run the tests: @@ -28,7 +28,7 @@ There are a few ways to run the tests: UnitTests ``` -## Running tests on CMake-based systems (Linux / macOS) +## Running Tests on CMake-Based Systems (Linux and macOS) Use the `unittests` build target: