mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 21:58:11 +00:00
Created Running unit tests (markdown)
parent
0af13985df
commit
6095cb0752
17
Running-unit-tests.md
Normal file
17
Running-unit-tests.md
Normal file
@ -0,0 +1,17 @@
|
||||
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.
|
||||
|
||||
## Running tests on Windows
|
||||
|
||||
**TODO**
|
||||
|
||||
## Running tests on CMake-based systems (Linux / OS X)
|
||||
|
||||
Use the ``unittests`` build target:
|
||||
|
||||
make unittests
|
||||
|
||||
Each module test can also be run independently using the binaries in ``$OUTPUT_DIR/Binaries/Tests``.
|
Loading…
Reference in New Issue
Block a user