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
|
@ -69,7 +69,7 @@ typedef struct TestCaseReference {
|
|||
* Initialized the test environment such as asserts. Must be called at
|
||||
* the beginning of every test case, before doing anything else.
|
||||
*/
|
||||
void _InitTestEnvironment(const int execKey);
|
||||
void _InitTestEnvironment(char *execKey);
|
||||
|
||||
/*!
|
||||
* Deinitializes the test environment and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue