Add link to hwtests repo

Tillmann Karras 2015-02-27 19:06:05 +01:00
parent 04470d114d
commit effa7f716b
1 changed files with 2 additions and 0 deletions

@ -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
---