tests: Update to Catch2 v3

This commit is contained in:
Merry
2022-12-31 16:26:55 +00:00
parent f397c4434f
commit 31a684361f
22 changed files with 24 additions and 31 deletions

View File

@@ -145,7 +145,7 @@ if (DYNARMIC_USE_LLVM)
endif()
if (DYNARMIC_TESTS)
find_package(Catch2 2 QUIET)
find_package(Catch2 3 QUIET)
if (DYNARMIC_TESTS_USE_UNICORN)
find_package(Unicorn REQUIRED)
endif()