summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/buffer_test_io.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-061-1/+3
| | | | * support/include/buffer_test_io.h: Use printk on AVR by default.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-96/+160
| | | | | | * support/include/buffer_test_io.h: Add support for using printk for output in tests. This should be followed up by disabling the console driver and other support when the tests are using printk.
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-221-1/+1
| | | | | * include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION is defined.
* Remove stray white spaces.Ralf Corsepius2004-04-201-6/+6
|
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-031-1/+1
| | | | * include/buffer_test_io.h: Correct typo.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-041-0/+3
| | | | | * include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler mode.
* 2003-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-12-161-0/+6
| | | | | | PR 544/tests * include/buffer_test_io.h: Various modifications to make tests account for resources and not print at inappropriate times.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-0/+117
* 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. * include/buffer_test_io.h: New file.