implemented log_test_context()

This commit is contained in:
jlamothe
2023-11-20 05:03:33 +00:00
parent 24ed9060ba
commit 01e9cb8794
2 changed files with 11 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ extern void append_test_log(
const char * // the message to append
);
// notes the current full context in the log
extern void log_test_context(TestState *);
// Runs a single test
extern void run_test(
TestState *, // the TestState data