From f8b2eb03f72d9d1a2c2fe9bc8775c53e4b594133 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Mar 2014 08:10:40 +0100 Subject: tests/libtests: Use --- testsuites/libtests/block06/init.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/block06') diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c index 6352aba933..644c30762b 100644 --- a/testsuites/libtests/block06/init.c +++ b/testsuites/libtests/block06/init.c @@ -32,6 +32,10 @@ #include +#include + +const char rtems_test_name[] = "BLOCK 6"; + /* forward declarations to avoid warnings */ static rtems_task Init(rtems_task_argument argument); @@ -1831,11 +1835,11 @@ bdbuf_tester (void) static rtems_task Init(rtems_task_argument argument) { - printf ("\n\n*** TEST BLOCK 6 ***\n"); + TEST_BEGIN(); bdbuf_tester (); - printf ("*** END OF TEST BLOCK 6 ***\n"); + TEST_END(); exit (0); } @@ -1858,6 +1862,8 @@ static rtems_task Init(rtems_task_argument argument) (BDBUF_TEST_TASKS * BDBUF_TEST_STACK_SIZE) #define CONFIGURE_INIT_TASK_STACK_SIZE BDBUF_TEST_STACK_SIZE +#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION + #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #include -- cgit v1.2.3