added context info to TestState

This commit is contained in:
jlamothe
2023-11-14 23:08:19 +00:00
parent 1d306f32c0
commit 85a6d49b38
4 changed files with 116 additions and 14 deletions
+3
View File
@@ -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