added test module for run_test()

This commit is contained in:
jlamothe
2023-11-08 23:38:42 +00:00
parent 14262a816e
commit ede11a1727
5 changed files with 63 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ decl_test(initial_ptr);
void
test_initial_state(TestState *s)
{
print("Testing initial state\n");
print("initial state\n");
run_test(s, initial_test_count);
run_test(s, initial_pass_count);
run_test(s, initial_fail_count);