mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:58:32 +08:00
sptests/sp65: Fix test names
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#include <tmacros.h>
|
||||
#include <unistd.h>
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user