diff --git a/Running Unit Tests.md b/Running-Unit-Tests.md similarity index 86% rename from Running Unit Tests.md rename to Running-Unit-Tests.md index dc3cc8e..ddfa63b 100644 --- a/Running Unit Tests.md +++ b/Running-Unit-Tests.md @@ -4,6 +4,8 @@ The Dolphin source code contains unit tests that aim to: The tests are located in the `Source/UnitTests` directory and use the [Google Test](https://code.google.com/p/googletest/) framework. +For tests that can compare Dolphin to actual hardware, see the [hwtests repository](https://github.com/dolphin-emu/hwtests). + ## Running tests on Windows ---