Changing the execution key generator.
Fixed --iterations option.
This commit is contained in:
parent
46f39ab285
commit
6132d65fa6
11 changed files with 64 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue