test module for append_test_log()

This commit is contained in:
jlamothe
2023-11-10 20:30:44 +00:00
parent c3bace917d
commit a962eff7b4
4 changed files with 62 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "../9unit.h"
#include "initial-state.h"
#include "run-test.h"
#include "append-test-log.h"
// Internal Prototypes
@@ -53,6 +54,7 @@ tests(TestState *s)
test_initial_state(s);
test_run_test(s);
test_append_test_log(s);
}
//jl