Tests: Added some tests for the VMManager class.

Covering basic operations like mapping, unmapping, reprotecting and changing memory state.
This commit is contained in:
Subv 2017-11-19 11:25:25 -05:00
parent e4f35f70ac
commit 07089cfb3c
2 changed files with 139 additions and 0 deletions

View file

@ -7,6 +7,7 @@ add_executable(tests
core/file_sys/path_parser.cpp
core/hle/kernel/hle_ipc.cpp
core/memory/memory.cpp
core/memory/vm_manager.cpp
glad.cpp
tests.cpp
)