tests: add tests for bus

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-23 23:20:05 +05:30
parent 9cdfa90acc
commit 560bd5bfa1
2 changed files with 47 additions and 1 deletions

View File

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