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

@ -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;