forked from Imagelibrary/rtems
tests/sptests: Use <rtems/test.h>
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#define CONFIGURE_INIT
|
||||
#include "system.h"
|
||||
|
||||
const char rtems_test_name[] = "SP 24";
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
@@ -34,7 +36,7 @@ rtems_task Init(
|
||||
uint32_t index;
|
||||
rtems_status_code status;
|
||||
|
||||
puts( "\n\n*** TEST 24 ***" );
|
||||
TEST_BEGIN();
|
||||
|
||||
build_time( &time, 12, 31, 1988, 9, 0, 0, 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user