source: rtems/testsuites/libtests/ChangeLog @ 016a926

4.104.114.84.95
Last change on this file since 016a926 was 016a926, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/02 at 00:55:27

2002-08-01 Joel Sherrill <joel@…>

  • 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.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-08-01      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR47 add support for buffered test output.  This involved
4        adding defines to redirect output to a buffer and dump it when
5        full, at "test pause", and at exit.  To avoid problems when redefining
6        exit(), all tests were modified to call rtems_test_exit().
7        Some tests, notable psxtests, had to be modified to include
8        the standard test macro .h file (pmacros.h or tmacros.h) to
9        enable this support.
10        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
11        rtmonuse/task1.c, termios/init.c: Modified.
12
132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove ENABLE_GCC28.
16
172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac:
20        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
21        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
22        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322001-11-01      Joel Sherrill <joel@OARcorp.com>
33
34        * rtems++/Makefile.am: Make sure debug variant of librtems++
35        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
36        and processed as PR78.
37
382001-10-25      Joel Sherrill <joel@OARcorp.com>
39
40        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
41
422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
45        * configure.in: Remove.
46        * configure.ac: New file, generated from configure.in by autoupdate.
47
482001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
51        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
52
532001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
56        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
57        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
58        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
59        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
60        make-cxx-exe.
61        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
62        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
63        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
64
652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
66
67        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
68
692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
72
732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
76
772000-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
80        libcsupport.h moved from libc to lib/include/rtems and now must
81        be referenced as <rtems/XXX.h>. 
82
832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
86        Switch to GNU canonicalization.
87        * libtests.am: Remove DEFS.
88
892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
92        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
93        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
94
952000-08-10      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.