summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block07/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/block07/init.c')
-rw-r--r--testsuites/libtests/block07/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/libtests/block07/init.c b/testsuites/libtests/block07/init.c
index f34e412302..cd1b64abae 100644
--- a/testsuites/libtests/block07/init.c
+++ b/testsuites/libtests/block07/init.c
@@ -27,6 +27,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+
+#define TESTS_USE_PRINTK
#include "tmacros.h"
#include <rtems.h>
@@ -102,7 +104,7 @@ static void task_low(rtems_task_argument arg)
printk("L: release done: 0\n");
- rtems_test_endk();
+ TEST_END();
exit(0);
}
@@ -164,7 +166,7 @@ static rtems_task Init(rtems_task_argument argument)
rtems_bdbuf_buffer *bd = NULL;
dev_t dev = 0;
- rtems_test_begink();
+ TEST_BEGIN();
sc = rtems_disk_io_initialize();
ASSERT_SC(sc);