tests: add tests for memory

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-24 18:04:28 +05:30
parent 8e26cadc9a
commit ed01ed80cd
2 changed files with 123 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ src = include_directories('../src')
tests_sources = files(
'main.cc',
'bus.cc'
'bus.cc',
'memory.cc'
)
subdir('cpu')