mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Updated Running unit tests (markdown)
parent
6095cb0752
commit
a886ad3bbc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ The Dolphin source code contains unit tests that aim to:
|
|||
* Help find bugs when porting Dolphin to a new platform
|
||||
* Make refactoring and code changes safer by enforcing API contracts
|
||||
|
||||
The tests are located in the ``Source/UnitTests`` directory and use the [Google Test](https://code.google.com/p/googletest/] framework.
|
||||
The tests are located in the ``Source/UnitTests`` directory and use the [Google Test](https://code.google.com/p/googletest/) framework.
|
||||
|
||||
## Running tests on Windows
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue