summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/utf8proc01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/utf8proc01/init.c')
-rw-r--r--testsuites/libtests/utf8proc01/init.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/libtests/utf8proc01/init.c b/testsuites/libtests/utf8proc01/init.c
index e55a1d60b1..a6af3ed6b3 100644
--- a/testsuites/libtests/utf8proc01/init.c
+++ b/testsuites/libtests/utf8proc01/init.c
@@ -21,6 +21,8 @@
#include <string.h>
#include <utf8proc/utf8proc.h>
+const char rtems_test_name[] = "UTF8PROC 1";
+
static void
test_utf8proc_errmsg ( void )
{
@@ -248,11 +250,11 @@ static void test ( void )
static void Init ( rtems_task_argument arg )
{
- puts ( "\n\n*** TEST utf8proc01 ***" );
+ TEST_BEGIN();
test ( );
- puts ( "*** END OF TEST utf8proc01 ***" );
+ TEST_END();
rtems_test_exit ( 0 );
}
@@ -264,6 +266,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