Changeset 6a6a225 in rtems
- Timestamp:
- 06/20/16 06:10:51 (7 years ago)
- Branches:
- 5, master
- Children:
- bc47ec1c
- Parents:
- 16706b72
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/20/16 06:10:51)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/20/16 06:11:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spsysinit01/init.c
r16706b72 r6a6a225 1 1 /* 2 * Copyright (c) 2015 embedded brains GmbH. All rights reserved.2 * Copyright (c) 2015, 2016 embedded brains GmbH. All rights reserved. 3 3 * 4 4 * embedded brains GmbH … … 176 176 FIRST(RTEMS_SYSINIT_BSP_WORK_AREAS) 177 177 { 178 TEST_BEGIN();179 178 assert(_Workspace_Area.area_begin == 0); 180 179 next_step(BSP_WORK_AREAS_PRE); … … 198 197 LAST(RTEMS_SYSINIT_BSP_START) 199 198 { 199 /* 200 * Some BSPs initialize the printk() support in bsp_start(). So, print begin 201 * of test after bsp_start(). 202 */ 203 TEST_BEGIN(); 204 200 205 next_step(BSP_START_POST); 201 206 }
Note: See TracChangeset
for help on using the changeset viewer.