Changeset 1d799ad in rtems for testsuites/rhealstone/rhsemshuffle/semshuffle.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/rhsemshuffle/semshuffle.c
r8df1f408 r1d799ad 7 7 #include <rtems/timerdrv.h> 8 8 #include <timesys.h> 9 10 const char rtems_test_name[] = "RHSEMSHUFFLE"; 9 11 10 12 #define BENCHMARKS 50000 … … 33 35 Print_Warning(); 34 36 35 puts( "*** START OF RHSEMSHUFFLE ***");37 TEST_BEGIN(); 36 38 37 39 sem_attr = RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY; … … 149 151 0 150 152 ); 151 puts( "*** END OF RHSEMSHUFFLE ***");153 TEST_END(); 152 154 rtems_test_exit( 0 ); 153 155 }
Note: See TracChangeset
for help on using the changeset viewer.