Files
matar/tests/cpu/meson.build
Amneesh Singh 36d71a4ee2 thumb: add execution of instructions
also arm: fix some instructions

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-30 01:31:09 +05:30

6 lines
75 B
Meson

tests_sources += files(
'cpu-fixture.cc'
)
subdir('arm')
subdir('thumb')