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

@@ -23,6 +23,7 @@
#include "../9unit.h"
#include "initial-state.h"
#include "run-test.h"
// Internal Prototypes
@@ -50,6 +51,7 @@ tests(TestState *s)
s->ptr = &scpy;
test_initial_state(s);
test_run_test(s);
}
//jl