Changeset 698c2e50 in rtems for testsuites/psxtests/psxusleep


Ignore:
Timestamp:
03/25/14 07:06:16 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
6c0301d
Parents:
22729053
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/psxusleep/init.c

    r22729053 r698c2e50  
    1616#include <errno.h>
    1717
     18const char rtems_test_name[] = "PSXUSLEEP";
     19
    1820/* forward declarations to avoid warnings */
    1921rtems_task Init(rtems_task_argument argument);
     
    2830  int             sc;
    2931
    30   puts( "\n\n*** POSIX USLEEP TEST ***" );
     32  TEST_BEGIN();
    3133
    3234  tm_build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
     
    5860  printf( ctime( &tv.tv_sec ) );
    5961
    60   puts( "*** END OF POSIX USLEEP TEST ***" );
     62  TEST_END();
    6163  rtems_test_exit(0);
    6264}
     
    6769#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
    6870
     71#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
     72
    6973#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
    7074#define CONFIGURE_MAXIMUM_TASKS             1
Note: See TracChangeset for help on using the changeset viewer.