Refactor/fix test lib harness, assert and log component; add harness driver; port platform suite from GSOC code

This commit is contained in:
Andreas Schiffler 2012-12-14 23:05:34 -08:00
parent dfe7f2bc59
commit a6185d6ad9
10 changed files with 907 additions and 94 deletions

View file

@ -58,7 +58,7 @@ SDLTest_FuzzerInit(Uint64 execKey)
}
int
SDLTest_GetInvocationCount()
SDLTest_GetFuzzerInvocationCount()
{
return fuzzerInvocationCounter;
}