testing system function override

This commit is contained in:
Lysann Tranvouez 2025-10-02 22:41:33 +02:00
parent 1fbdb703eb
commit 5d833e2928
4 changed files with 28 additions and 2 deletions

View file

@ -3,6 +3,7 @@
add_executable(mach_detours_tests
test_dylib_function.cpp
test_local_function.cpp
test_system_function.cpp
test_transaction.cpp
)