summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbf01/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-1/+1
| | | | | | | | | | | | | * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
* Initialize the attributes structure. Random data was causing the testJoel Sherrill2000-01-061-0/+2
| | | | to fail sporadically.
* + Updated copyright information.Jennifer Averett1999-11-171-0/+3
|
* Enabled after merging message buffer code.Joel Sherrill1999-11-121-6/+2
|
* General cleanup. Test documentation improved. The message buffer testJoel Sherrill1999-11-101-2/+6
| | | | | prints a message instead of actually testing since the message buffer implementation is not in yet.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+362
for RTEMS.