mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
tests: fibonacci example
This commit is contained in:
parent
c326f9b02f
commit
5acf5614be
3 changed files with 172 additions and 3 deletions
|
|
@ -21,8 +21,11 @@ if ("A32" IN_LIST DYNARMIC_FRONTENDS)
|
|||
endif()
|
||||
|
||||
if ("A64" IN_LIST DYNARMIC_FRONTENDS)
|
||||
target_link_libraries(dynarmic_tests PRIVATE merry::oaknut)
|
||||
|
||||
target_sources(dynarmic_tests PRIVATE
|
||||
A64/a64.cpp
|
||||
A64/fibonacci.cpp
|
||||
A64/fp_min_max.cpp
|
||||
A64/misaligned_page_table.cpp
|
||||
A64/test_invalidation.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue