mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
fuzz_with_unicorn: Split utility functions into fuzz_util
This commit is contained in:
parent
ac51c2547d
commit
c96c534615
4 changed files with 92 additions and 65 deletions
|
|
@ -26,8 +26,6 @@ add_executable(dynarmic_tests
|
|||
A32/test_thumb_instructions.cpp
|
||||
A32/testenv.h
|
||||
A64/a64.cpp
|
||||
A64/inst_gen.cpp
|
||||
A64/inst_gen.h
|
||||
A64/testenv.h
|
||||
cpu_info.cpp
|
||||
fp/FPToFixed.cpp
|
||||
|
|
@ -42,6 +40,8 @@ if (DYNARMIC_TESTS_USE_UNICORN)
|
|||
target_sources(dynarmic_tests PRIVATE
|
||||
A64/fuzz_with_unicorn.cpp
|
||||
A64/verify_unicorn.cpp
|
||||
fuzz_util.cpp
|
||||
fuzz_util.h
|
||||
unicorn_emu/a32_unicorn.cpp
|
||||
unicorn_emu/a32_unicorn.h
|
||||
unicorn_emu/a64_unicorn.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue