mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 14:38:17 +01:00
tests: Refactor unicorn_emu to allow for A32 unicorn
This commit is contained in:
parent
3f4d118d73
commit
35c758f211
11 changed files with 376 additions and 75 deletions
|
|
@ -41,10 +41,12 @@ add_executable(dynarmic_tests
|
|||
if (DYNARMIC_TESTS_USE_UNICORN)
|
||||
target_sources(dynarmic_tests PRIVATE
|
||||
A64/fuzz_with_unicorn.cpp
|
||||
A64/unicorn_emu/unicorn.cpp
|
||||
A64/unicorn_emu/unicorn.h
|
||||
A64/unicorn_emu/unicorn_load.cpp
|
||||
A64/verify_unicorn.cpp
|
||||
unicorn_emu/a32_unicorn.cpp
|
||||
unicorn_emu/a32_unicorn.h
|
||||
unicorn_emu/a64_unicorn.cpp
|
||||
unicorn_emu/a64_unicorn.h
|
||||
unicorn_emu/unicorn_load.cpp
|
||||
)
|
||||
target_link_libraries(dynarmic_tests PRIVATE Unicorn::Unicorn)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue