Fixing execution key generation based on CR.
This commit is contained in:
parent
1633238f90
commit
c2b70264ed
12 changed files with 86 additions and 59 deletions
|
@ -28,12 +28,6 @@
|
|||
|
||||
#include "fuzzer/fuzzer.h"
|
||||
|
||||
/*
|
||||
extern int _testReturnValue;
|
||||
extern int _testAssertsFailed;
|
||||
extern int _testAssertsPassed;
|
||||
*/
|
||||
|
||||
#define TEST_ENABLED 1
|
||||
#define TEST_DISABLED 0
|
||||
|
||||
|
@ -71,8 +65,10 @@ typedef struct TestCaseReference {
|
|||
/*!
|
||||
* Initialized the test environment such as asserts. Must be called at
|
||||
* the beginning of every test case, before doing anything else.
|
||||
*
|
||||
* \param execKey Execution key for the test
|
||||
*/
|
||||
void _InitTestEnvironment(char *execKey);
|
||||
void _InitTestEnvironment(Uint64 execKey);
|
||||
|
||||
/*!
|
||||
* Deinitializes the test environment and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue