summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/test_support.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/support/*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2018-12-07tests: Fix rtems_test_spin_until_next_tick()Sebastian Huber1-2/+4
This bug surfaced due to sporadic failures in sptimecounter02. Adjust rtems_test_spin_for_ticks() to include the partial tick in the argument value.
2018-01-19tests: Remove unused locked_printk()Sebastian Huber1-2/+0
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns1-2/+0
This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
2014-05-07tests: Add locked_printf_plugin()Sebastian Huber1-3/+12
Add locked_vprintf(). Return an int just like printf(), etc.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-02-17Use alternative APISebastian Huber1-18/+0
Replaced Allocate_majority_of_workspace() with rtems_workspace_allocate(). Replaced Allocate_majority_of_heap() with rtems_heap_greedy_allocate().
2011-07-292011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-1/+1
* support/include/test_support.h: Fixed incorrect name in prototype.
2011-06-282011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+10
* configure.ac, support/include/test_support.h: * support/src/locked_print.c: New file.
2010-07-142010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+11
* support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
2010-06-212010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+25
* support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest. * support/src/tmtests_support.c: New file.
2009-12-082009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-4/+35
* 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.
2009-10-262009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+3
* support/include/test_support.h: Add missing prototypes.
2008-02-042008-02-04 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett1-0/+22
* support/include/test_support.h, support/src/test_support.c: New files.