summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/include/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-211-26/+0
| | | | | | | * include/Makefile.am: Remove. * Makefile.am: Merge in former include/Makefile.am. * configure.ac: Reflect changes above. Take out unnecessary autoconf macros.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-2/+6
| | | | | | | | | | | * 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.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-12/+6
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+29
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".