On 2014-03-10 16:35, Sebastian Huber wrote:
Provide support functions to print the begin/end of test message. Provide a test fatal extension to print out profiling reports in the future. --- cpukit/sapi/Makefile.am | 3 + cpukit/sapi/include/rtems/test.h | 125 +++++++++++++++++++++++++++ cpukit/sapi/preinstall.am | 4 + cpukit/sapi/src/testbeginend.c | 43 +++++++++ cpukit/sapi/src/testextension.c | 30 +++++++ testsuites/support/include/buffer_test_io.h | 16 ++++ 6 files changed, 221 insertions(+), 0 deletions(-) create mode 100644 cpukit/sapi/include/rtems/test.h create mode 100644 cpukit/sapi/src/testbeginend.c create mode 100644 cpukit/sapi/src/testextension.c
Any objections to use this? I would like to convert all test programs as a second step to emit standard begin/end messages.
-- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel