Files
matar/tests/cpu/thumb/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

4 lines
57 B
Meson

tests_sources += files(
'instruction.cc',
'exec.cc'
)