summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/test_support.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/support/*: Change license to BSD-2Joel Sherrill2022-04-121-3/+22
| | | | Updates #3053.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* testsuites: Include missing header filesSebastian Huber2013-07-221-0/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Use alternative APISebastian Huber2012-02-171-39/+0
| | | | | | Replaced Allocate_majority_of_workspace() with rtems_workspace_allocate(). Replaced Allocate_majority_of_heap() with rtems_heap_greedy_allocate().
* 2011-11-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-041-2/+2
| | | | * support/src/test_support.c: Avoid magic numbers.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-141-1/+18
| | | | | * support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
* 2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-081-8/+2
| | | | | | | * support/include/test_support.h, support/include/tmacros.h, support/src/test_support.c: Added support functions to spin for a number of ticks and to spin until the next tick. * support/src/spin.c: New file.
* Whitespace removal.Ralf Corsepius2009-11-301-5/+5
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-2/+2
| | | | * support/src/test_support.c: Add missing prototypes.
* 2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-061-1/+1
| | | | * support/src/test_support.c: Tinker with longest valid name.
* Convert to "bool".Ralf Corsepius2008-09-061-1/+1
|
* 2008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-02-041-0/+66
* support/include/test_support.h, support/src/test_support.c: New files.