aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorYang Liu <[email protected]>2023-12-31 22:14:52 +0800
committerMerry <[email protected]>2024-03-02 19:38:46 +0000
commitd743fe8a2a5a056bf89230df0220aa1b28775fc2 (patch)
tree1afd246601cbcfe2c0d76d178b7ab55b3ebc9ab9 /tests
parent4324b262aada2a005465596cf7e14465beb00932 (diff)
downloaddynarmic-d743fe8a2a5a056bf89230df0220aa1b28775fc2.tar.gz
dynarmic-d743fe8a2a5a056bf89230df0220aa1b28775fc2.zip
backend/rv64: Add a dummy code generation
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 9335b972..fba74138 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -60,6 +60,10 @@ if (DYNARMIC_TESTS_USE_UNICORN)
endif()
endif()
+if ("riscv" IN_LIST ARCHITECTURE)
+ target_link_libraries(dynarmic_tests PRIVATE biscuit::biscuit)
+endif()
+
if ("x86_64" IN_LIST ARCHITECTURE)
target_link_libraries(dynarmic_tests PRIVATE xbyak::xbyak)