This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
6603f98d044ccab8889eb3428353911aaa910ee7
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-01 23:23:52 -07: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-19 20:31:15 -04:00
add_dolphin_test
(
PageFaultTest
PageFaultTest.cpp
)
Copy Permalink