built and started to test test_context()

This commit is contained in:
jlamothe
2023-11-15 23:46:25 +00:00
parent b9cac45eba
commit ef00063ba3
6 changed files with 272 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#include "initial-state.h"
#include "run-test.h"
#include "append-test-log.h"
#include "test-context.h"
// Internal Prototypes
@@ -55,6 +56,7 @@ tests(TestState *s)
test_initial_state(s);
test_run_test(s);
test_append_test_log(s);
test_context(s, "test_context()", test_test_context);
}
//jl