RTEMS 6.1-rc2
|
This source file contains the implementation of rtems_test_begin() and rtems_test_end(). More...
#include <rtems/test-info.h>
#include <rtems/test-printer.h>
#include <rtems/bspIo.h>
#include <rtems/version.h>
Functions | |
int | rtems_test_begin (const char *name, const RTEMS_TEST_STATE state) |
Prints a begin of test message using printf(). | |
int | rtems_test_end (const char *name) |
Prints an end of test message using printf(). | |
void | rtems_test_exit (int status) |
Exit the test without calling exit() since it closes stdin, etc and pulls in stdio code. | |
int | rtems_test_printf (const char *format,...) |
Variables | |
rtems_printer | rtems_test_printer |
Provides an RTEMS printer for tests. | |
This source file contains the implementation of rtems_test_begin() and rtems_test_end().