testing system function override
This commit is contained in:
parent
1fbdb703eb
commit
5d833e2928
4 changed files with 28 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ static int libFunctionDetour()
|
|||
return 94;
|
||||
}
|
||||
|
||||
TEST_CASE( "Overriding custom function in dylib", "[dylib]" )
|
||||
TEST_CASE( "Overriding custom function in dylib", "[attach][detach][dylib]" )
|
||||
{
|
||||
libFunctionCounter = 0;
|
||||
libFunctionDetourCounter = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue