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