more tests and tweaks/fixes as a result
This commit is contained in:
parent
327dfb0cb7
commit
058069d1f3
6 changed files with 194 additions and 101 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# Copyright (c) Lysann Tranvouez. All rights reserved.
|
||||
|
||||
add_executable(mach_detours_tests
|
||||
test.cpp)
|
||||
test_dylib_function.cpp
|
||||
test_local_function.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.
|
||||
# Between attach and commit the target function's code page is not executable, which can mean our test driver code would not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue