Tests: Added some tests for the VMManager class.
Covering basic operations like mapping, unmapping, reprotecting and changing memory state.
This commit is contained in:
parent
e4f35f70ac
commit
07089cfb3c
2 changed files with 139 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue