From 5774b7527967979732bce9862feb196d8a58c4a4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Feb 2016 06:55:27 +0100 Subject: sptests/sp65: Fix test names --- testsuites/sptests/sp65/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/sp65/init.c b/testsuites/sptests/sp65/init.c index 7c6d8d3bef..72f5212eae 100644 --- a/testsuites/sptests/sp65/init.c +++ b/testsuites/sptests/sp65/init.c @@ -14,8 +14,6 @@ #include #include -const char rtems_test_name[] = "SP 65"; - /* forward declarations to avoid warnings */ rtems_task Init(rtems_task_argument argument); rtems_task Task_1(rtems_task_argument arg); @@ -28,6 +26,8 @@ rtems_task Task_1(rtems_task_argument arg); #define TASK_PRIORITY 1 #endif +const char rtems_test_name[] = "SP " TEST_NAME; + static void assert_priority(rtems_task_priority expected) { rtems_status_code sc; -- cgit v1.2.3