summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-11-012-1/+8
| | | | | | * rtems++/Makefile.am: Make sure debug variant of librtems++ is linked against. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
* 2001-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-252-1/+5
| | | | * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
* 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-121-0/+54
| | | | | * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
* 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-112-0/+7
| | | | | | * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
* 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-272-1/+3
| | | | | * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
* 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-243-3/+6
| | | | | * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile: Remove LD_LIBS.
* 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-199-9/+21
| | | | | | | | | | | | * malloctest/Makefile.am: include leaf.am instead of leaf.cfg. * monitor/Makefile.am: include leaf.am instead of leaf.cfg. * termios/Makefile.am: include leaf.am instead of leaf.cfg. * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg. * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use make-cxx-exe. * stackchk/Makefile.am: include leaf.am instead of leaf.cfg. * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg. * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
* 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-05-101-0/+4
| | | | * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
* 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-092-1/+5
| | | | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-022-1/+5
| | | | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-012-1/+7
| | | | | | * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>.
* 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-273-2/+8
| | | | | | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * libtests.am: Remove DEFS.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-059-0/+14
| | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Include compile.am
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+3
|
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_TEST_NO_PAUSE a tests/ subpackage specific option. - Remove RTEMS_TEST_NO_PAUSE from custom/*.cfg, targopts.h and cpuopts.h. - Add autoconf macros RTEMS_*_RTEMS_TEST_NO_PAUSE (aclocal/rtems-test-no-pause.m4). - Add RTEMS_*_RTEMS_TEST_NO_PAUSE support to sptests/configure.ins and tmtests/configure.in. These are the only subdirectories which currently apply RTEMS_TEST_NO_PAUSE. - Add autoconf-DEFS support to all test subpackages' configure.ins below tests/. I.e. AC_DEFINES now get explicitly propagated as preprocessor defines into Makefiles, cf. AM_CPPFLAGS in tests/*/*.am, instead of using a global config-files. - Remove NDEBUG from custom/*.cfg. * AC_DEFINE POSIX_API, ITRON_API and MULTIPROCESSING in exec/configure.in, only. - All other sources now should relay on the values from cpuopts.h and should not define them themselves. - Several related changes to many configure.ins * Bug-fixes to RTEMS_*_RTEMS_DEBUG macros (Actually workarounds to quoting bugs in autoconf). Notes: * This patch is rather immature and only tested for a small subset of BSPs (requires the tests to be enabled and therefore takes an tremendous amount of disc space and time.) * The patches to *cfg were generated by a script. Expect file formating changes :)
* Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-031-7/+15
| | | | | that is a hack to workaround a switch generation compiler bug for the SH2 and cleaned up some warnings.
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-121-1/+4
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-1221-184/+1386
|
* New file.Joel Sherrill2000-05-241-0/+0
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-139-0/+29
| | | | adds .cvsignore.
* Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-318-8/+0
| | | | | that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
* Was not actually installing the test.Joel Sherrill2000-01-051-6/+5
|
* Fixed warnings.Joel Sherrill2000-01-041-0/+2
|
* Removed warning.Joel Sherrill2000-01-041-0/+3
|
* Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2310-1/+359
| | | | to convert the libtests directory from Makefile.in to Makefile.am.
* Updated copyright notice.Joel Sherrill1999-11-1725-50/+25
|
* 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 test for getenv/putenv added by Joel.Joel Sherrill1999-10-042-1/+60
|
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+11
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
* Patch from John S Gwynne <jsg@donet.com> for malloctest. His comments:Joel Sherrill1999-02-032-6/+12
| | | | | | | | | | I have a few patches for the efi332 bsp. If you let me know when you expect the next snapshot release, I will try to have them to you before then. Also, the malloctest has some problems that I would think would prevent it from running on almost any platform. I have enclose patches below to fix (1) Task_id and Task_name dimensioning, (2) end of test message, (3) the amount of memory malloc'ed, and (4) retry on unsuccessful (out of memory) molloc's.
* Moved cpuuse.h to rtems subdirectory.Joel Sherrill1998-12-031-1/+1
|
* Include files now installed as <rtems/*.h>.Joel Sherrill1998-12-012-3/+3
|
* Turned stack checker on.Joel Sherrill1998-07-171-0/+2
|
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-275-3/+11
| | | | more accurate.
* Corrected typo in copyright notice.Joel Sherrill1998-03-211-1/+1
|
* updated copyright to 1998Joel Sherrill1998-02-1724-24/+24
|
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-1611-10/+12
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* New file.Joel Sherrill1997-11-181-0/+45
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-231-0/+141
|
* Fixed some spacing.Joel Sherrill1997-10-092-4/+4
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0824-48/+48
|
* Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1997-10-061-18/+9
|
* Added Monitor test.Joel Sherrill1997-09-212-0/+131
|
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-265-19/+52
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-317-0/+1208
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2217-85/+85
| | | | of switching to the modified GNU GPL.
* enabled floating point and fixed confdef reference to initializationJoel Sherrill1997-04-094-5/+9
| | | | tasks table.
* new testJoel Sherrill1997-04-0912-0/+742
|
* address arithmetic changed to be more portableJoel Sherrill1996-09-181-3/+7
|
* new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-183-0/+230
| | | | (ostertag@transition.com)