Tests: Added Memory::IsValidVirtualAddress tests.

This commit is contained in:
Subv 2017-09-26 17:31:50 -05:00
parent c102e3ae28
commit a8d2f5787f
2 changed files with 57 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(SRCS
core/arm/dyncom/arm_dyncom_vfp_tests.cpp
core/file_sys/path_parser.cpp
core/hle/kernel/hle_ipc.cpp
core/memory/memory.cpp
glad.cpp
tests.cpp
)