Changeset e2ceeca7 in rtems


Ignore:
Timestamp:
08/23/96 15:50:53 (27 years ago)
Author:
Mark Johannes <Mark.Johannes@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
78f5dae
Parents:
257adba
Message:

Added build_time statement to provide a tm for the test

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psx01/init.c

    r257adba re2ceeca7  
    1919)
    2020{
     21  struct timespec tv;
     22  struct timespec tr;
    2123  int             status;
    2224  int             priority;
     
    2628  time_t          remaining;
    2729  struct tm       tm;
    28   struct timespec tv;
    29   struct timespec tr;
    3030
    3131  puts( "\n\n*** POSIX TEST 1 ***" );
     32
     33  build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
    3234
    3335  /* error cases in clock_gettime and clock_settime */
  • testsuites/psxtests/psx01/init.c

    r257adba re2ceeca7  
    1919)
    2020{
     21  struct timespec tv;
     22  struct timespec tr;
    2123  int             status;
    2224  int             priority;
     
    2628  time_t          remaining;
    2729  struct tm       tm;
    28   struct timespec tv;
    29   struct timespec tr;
    3030
    3131  puts( "\n\n*** POSIX TEST 1 ***" );
     32
     33  build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
    3234
    3335  /* error cases in clock_gettime and clock_settime */
Note: See TracChangeset for help on using the changeset viewer.