Changeset 6c0301d in rtems for testsuites/sptests/spsimplesched02/init.c
- Timestamp:
- Mar 25, 2014, 7:06:21 AM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 2ead50a
- Parents:
- 698c2e50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spsimplesched02/init.c
r698c2e50 r6c0301d 15 15 16 16 #include <rtems/score/threadimpl.h> 17 18 const char rtems_test_name[] = "SPSIMPLESCHED 2"; 17 19 18 20 /* forward declarations to avoid warnings */ … … 77 79 rtems_status_code status; 78 80 79 puts( "\n\n*** SIMPLE SCHEDULER 02 TEST ***");81 TEST_BEGIN(); 80 82 81 83 status = _Objects_Name_to_id_u32( … … 135 137 136 138 /* End the Test */ 137 puts( "*** END OF SIMPLE SCHEDULER 02 TEST ***");139 TEST_END(); 138 140 rtems_test_exit(0); 139 141 } … … 148 150 #define CONFIGURE_MAXIMUM_SEMAPHORES 2 149 151 152 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION 153 150 154 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 151 155
Note: See TracChangeset
for help on using the changeset viewer.