mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
A64/tests: Split unicorn sanity checking from other tests
This commit is contained in:
parent
9d42bc3228
commit
7992a319ba
3 changed files with 85 additions and 70 deletions
|
|
@ -38,6 +38,7 @@ if (DYNARMIC_TESTS_USE_UNICORN)
|
|||
A64/unicorn_emu/unicorn.cpp
|
||||
A64/unicorn_emu/unicorn.h
|
||||
A64/unicorn_emu/unicorn_load.cpp
|
||||
A64/verify_unicorn.cpp
|
||||
)
|
||||
target_link_libraries(dynarmic_tests PRIVATE Unicorn)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue