Changeset 1d799ad in rtems for testsuites/rhealstone/rhmlatency/mlatency.c
- Timestamp:
- Jun 3, 2014, 8:24:55 AM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f6fc6359
- Parents:
- 8df1f408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/rhealstone/rhmlatency/mlatency.c
r8df1f408 r1d799ad 11 11 #include <timesys.h> 12 12 #include <rtems/timerdrv.h> 13 14 const char rtems_test_name[] = "RHMLATENCY"; 13 15 14 16 #define MESSAGE_SIZE (sizeof(long) * 4) … … 36 38 Print_Warning(); 37 39 38 puts( "*** START OF RHMLATENCY ***");40 TEST_BEGIN(); 39 41 40 42 status = rtems_message_queue_create( … … 138 140 ); 139 141 140 puts( "*** END OF RHMLATENCY ***");142 TEST_END(); 141 143 rtems_test_exit( 0 ); 142 144 }
Note: See TracChangeset
for help on using the changeset viewer.