Changeset 6c0301d in rtems for testsuites/sptests/sp77


Ignore:
Timestamp:
03/25/14 07:06:21 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
2ead50a
Parents:
698c2e50
Message:

tests/sptests: Use <rtems/test.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/sp77/init.c

    r698c2e50 r6c0301d  
    1111#include "test_support.h"
    1212
     13const char rtems_test_name[] = "SP 77";
     14
    1315/* forward declarations to avoid warnings */
    1416rtems_task Init(rtems_task_argument argument);
     
    1820)
    1921{
    20   puts( "\n\n*** TEST sp77 ***" );
     22  TEST_BEGIN();
    2123
    2224  rtems_status_code status;
     
    3335  fatal_directive_check_status_only(status , RTEMS_UNSATISFIED ,
    3436                                    "attempt to create message queue return: "); 
    35   puts( "*** END OF TEST sp77 ***" );
     37  TEST_END();
    3638
    3739  rtems_test_exit(0);
     
    4446
    4547#define CONFIGURE_MAXIMUM_TASKS             1
     48#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
     49
    4650#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
    4751
Note: See TracChangeset for help on using the changeset viewer.