added context info to TestState
This commit is contained in:
@@ -37,6 +37,9 @@ struct TestState
|
||||
TestLogEntry *first_log; // the first log entry
|
||||
TestLogEntry *last_log; //the last log entry
|
||||
void *ptr; // used for passing data between tests
|
||||
const char *context; // immediate context of current test
|
||||
const char *full_context; // full context of current test
|
||||
int depth; // how many tests "deep" are we?
|
||||
};
|
||||
|
||||
struct TestLogEntry
|
||||
|
||||
Reference in New Issue
Block a user