From 6ada2b1ea1ce772d1b6e608a9d4186fdfead183d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Aug 2002 00:56:24 +0000 Subject: 2002-08-01 Joel Sherrill * 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. * cdtest/init.c: Modified. --- testsuites/samples/ChangeLog | 11 +++++++++++ testsuites/samples/cdtest/init.c | 1 + 2 files changed, 12 insertions(+) (limited to 'testsuites') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index be14077a9c..1293c451dd 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,14 @@ +2002-08-01 Joel Sherrill + + * 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. + * cdtest/init.c: Modified. + 2002-07-01 Joel Sherrill * unlimited/test1.c: Corrected use of _Objects_Information_table diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c index 1df5302b50..2ba973793a 100644 --- a/testsuites/samples/cdtest/init.c +++ b/testsuites/samples/cdtest/init.c @@ -23,3 +23,4 @@ #define CONFIGURE_INIT #include "system.h" #include +#include -- cgit v1.2.3