summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block16/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/block16/init.c')
-rw-r--r--testsuites/libtests/block16/init.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/libtests/block16/init.c b/testsuites/libtests/block16/init.c
index 5c7033ff3d..c53285a332 100644
--- a/testsuites/libtests/block16/init.c
+++ b/testsuites/libtests/block16/init.c
@@ -28,6 +28,8 @@
#include <rtems/ramdisk.h>
#include <rtems/bdbuf.h>
+const char rtems_test_name[] = "BLOCK 16";
+
#define ASSERT_SC(sc) rtems_test_assert((sc) == RTEMS_SUCCESSFUL)
static void test(void)
@@ -123,11 +125,11 @@ static void test(void)
static void Init(rtems_task_argument arg)
{
- puts("\n\n*** TEST BLOCK 16 ***");
+ TEST_BEGIN();
test();
- puts("*** END OF TEST BLOCK 16 ***");
+ TEST_END();
rtems_test_exit(0);
}
@@ -146,6 +148,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT