RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
testbeginend.c File Reference

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/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().
 

Detailed Description

This source file contains the implementation of rtems_test_begin() and rtems_test_end().