This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-13 09:39:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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
)
Reference in New Issue
Copy Permalink