Changing the execution key generator.

Fixed --iterations option.
This commit is contained in:
Markus Kauppila 2011-07-25 20:32:31 +03:00
parent 46f39ab285
commit 6132d65fa6
11 changed files with 64 additions and 53 deletions

View file

@ -37,7 +37,7 @@ int _testAssertsFailed;
int _testAssertsPassed;
void
_InitTestEnvironment(const int execKey)
_InitTestEnvironment(char *execKey)
{
// The execKey gets corrupted while passing arguments
// hence the global variable to circumvent the problem