From effa7f716b1fbcab3d769b0ec556afbc72e91550 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Fri, 27 Feb 2015 19:06:05 +0100 Subject: [PATCH] Add link to hwtests repo --- Running Unit Tests.md => Running-Unit-Tests.md | 2 ++ 1 file changed, 2 insertions(+) rename Running Unit Tests.md => Running-Unit-Tests.md (86%) 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 ---