summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:55:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:55:27 +0000
commit016a926defe59ea4d0483da43b59b9f347e97e59 (patch)
tree4c97fe8c7ea90a76d4f294ebfa13bf8b2d741e12 /c/src/tests/libtests/ChangeLog
parent2002-08-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-016a926defe59ea4d0483da43b59b9f347e97e59.tar.bz2
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* 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. * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c, rtmonuse/task1.c, termios/init.c: Modified.
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog
index ab6951bab1..0da519f766 100644
--- a/c/src/tests/libtests/ChangeLog
+++ b/c/src/tests/libtests/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-01 Joel Sherrill <joel@OARcorp.com>
+
+ * 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.
+ * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
+ rtmonuse/task1.c, termios/init.c: Modified.
+
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.