#include <kernel.h>#include <proc.h>#include <semaphore.h>#include <stdio.h>

Go to the source code of this file.
Functions | |
| void | testPass (const char *msg) |
| void | testFail (const char *msg) |
| void testFail | ( | const char * | msg | ) |
Definition at line 11 of file testhelper.c.
References printf.
Referenced by test_bigargs(), test_checkProcState(), test_checkResult(), test_checkSemCount(), test_deltaQueue(), test_procQueue(), test_recursion(), test_schedule(), test_semaphore(), test_semaphore2(), test_semaphore3(), and test_semaphore4().
| void testPass | ( | const char * | msg | ) |
Definition at line 6 of file testhelper.c.
References printf.
Referenced by test_bigargs(), test_deltaQueue(), test_procQueue(), test_recursion(), test_schedule(), test_semaphore(), test_semaphore2(), test_semaphore3(), and test_semaphore4().
1.5.5