summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/include/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-212002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-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-022002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-12/+6
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-3/+3
where wrapup left pieces out of the librtemsall.a.
1999-08-10New configuration files added by patch fromJoel Sherrill1-0/+29
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".