built and started to test test_context()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user