@@ -31,9 +31,11 @@ typedef enum TestResult
{
test_success,
test_failure,
test_pending
test_postponed
} TestResult;
extern void initTestState(TestState *);
extern void runTest(TestState *, TestResult (*)(void));
//jl
The note is not visible to the blocked user.