added test module for run_test()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user