summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-264-19/+80
| | | | | * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new cases for untested routines.
* 2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-242-1/+12
| | | | | | * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets the CPU Usage Report include it. If it is deleted, the CPU time it had consumed is not listed later in the report.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-2/+6
| | | | * tztest/init.c: Build when using buffered test IO.
* 2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-172-4/+12
| | | | | * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT() macro instead of fflush() directly.
* 2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-153-12/+15
| | | | | | | | | | * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-117-6/+14
| | | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-0/+4
| | | | * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
* Use rtems_task_argument.Ralf Corsepius2007-03-292-2/+2
|
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-0/+7
| | | | | * tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-0/+6
| | | | * tztest/.cvsignore: New file.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-137-1/+112
| | | | | | * Makefile.am, configure.ac: Added timezone test. * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc, tztest/tztest.scn: New files.
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-052-6/+11
| | | | | * malloctest/init.c: Be explicit about need for default and floating point attributes. This is just a style change.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-063-7/+12
| | | | | * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing issues in message queue tests.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* *** empty log message ***Joel Sherrill2006-09-142-2/+2
|
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-115-12/+6
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+6
| | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-4/+8
| | | | * rtems++/Task1.cc: Fix warnings.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-3/+5
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* Fix my email addressRalf Corsepius2005-11-131-4/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-138-88/+63
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Convert to using *_PROGRAMS.
* Fix typos.Ralf Corsepius2005-11-111-4/+4
|
* * cpuuse/Makefile.am: Rework.Ralf Corsepius2005-11-111-0/+7
| | | | | | | | | | * malloctest/Makefile.am: Rework. * monitor/Makefile.am: Rework. * putenvtest/Makefile.am: Rework. * rtems++/Makefile.am: Rework. * rtmonuse/Makefile.am: Rework. * stackchk/Makefile.am: Rework. * termios/Makefile.am: Rework.
* Rework.Ralf Corsepius2005-11-118-183/+46
|
* Cosmetics.Ralf Corsepius2005-11-118-24/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-118-38/+30
|
* Expand libtests.am.Ralf Corsepius2005-11-118-8/+104
|
* 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-111-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am. * libtests.am: Remove.
* Remove.Ralf Corsepius2005-11-111-15/+0
|
* Cosmetics.Ralf Corsepius2005-11-101-1/+0
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-108-15/+8
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-098-0/+16
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-0/+7
| | | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+2
| | | | * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-072-2/+6
| | | | * libtests.am: Remove LIB_VARIANT.
* Remove SRC, PRINT_SRC.Ralf Corsepius2005-11-078-16/+0
|
* * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,Ralf Corsepius2005-11-071-0/+6
| | | | | putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-078-8/+8
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-072-2/+4
| | | | * Makefile.am: Cleanup.
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+8
| | | | | | | | * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp). * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Partial conversion to automake.
* Partial conversion to automake.Ralf Corsepius2005-11-078-71/+49
|
* Add $(PGM): ${ARCH}/$(dirstamp).Ralf Corsepius2005-11-071-0/+2
|
* 2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-062-1/+5
| | | | * rtems++/Makefile.am: Remove LIB_VARIANT.
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-224-7/+11
| | | | | | | * configure.ac: Remove -ansi to prevent folks from further damaging the code with broken prototypes. * putenvtest/init.c: Remove broken putenv prototype. * termios/init.c (print_c_cc): Don't loop over NCCS.
* Fix typo in previous change.Ralf Corsepius2004-09-241-1/+1
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-242-1/+5
| | | | * configure.ac: Require automake > 1.9.
* Remove stray white spaces.Ralf Corsepius2004-04-208-102/+102
|