This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
696d6eae09
dolphin
/
Source
/
UnitTests
/
Core
/
CMakeLists.txt
3 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
UnitTests: make it possible to build tests for code that has global dependencies
2014-08-02 06:23:52 +00:00
add_dolphin_test
(
MMIOTest
MMIOTest.cpp
)
Add a test for page fault handling. This both tests that they work correctly and prints timing information if you run it manually.
2014-10-20 00:31:15 +00:00
add_dolphin_test
(
PageFaultTest
PageFaultTest.cpp
)