Add a test for page fault handling.

This both tests that they work correctly and prints timing information
if you run it manually.
This commit is contained in:
comex
2014-10-19 20:31:15 -04:00
parent 536b8d6695
commit 4d610cc30e
2 changed files with 78 additions and 0 deletions

View File

@ -1 +1,2 @@
add_dolphin_test(MMIOTest MMIOTest.cpp)
add_dolphin_test(PageFaultTest PageFaultTest.cpp)