transaction tests

This commit is contained in:
Lysann Tranvouez 2025-10-02 22:31:45 +02:00
parent 058069d1f3
commit 1fbdb703eb
3 changed files with 87 additions and 32 deletions

View file

@ -3,6 +3,7 @@
add_executable(mach_detours_tests
test_dylib_function.cpp
test_local_function.cpp
test_transaction.cpp
)
# The target function must be in a shared library because otherwise it might be in the same code page as the test.cpp functions.