tests/sptests: Use <rtems/test.h>

This commit is contained in:
Sebastian Huber
2014-03-25 08:06:21 +01:00
parent 698c2e504a
commit 6c0301daad
224 changed files with 896 additions and 313 deletions

View File

@@ -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 );