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

This commit is contained in:
Sebastian Huber
2014-03-17 08:10:40 +01:00
parent 802d3ba712
commit f8b2eb03f7
82 changed files with 449 additions and 146 deletions

View File

@@ -26,6 +26,8 @@
#define CONFIGURE_INIT
#include "system.h"
const char rtems_test_name[] = "RTMONUSE";
rtems_task Init(
rtems_task_argument argument
)
@@ -35,7 +37,7 @@ rtems_task Init(
rtems_id rmid;
rtems_name period;
puts( "\n\n*** RATE MONOTONIC PERIOD STATISTICS TEST ***" );
TEST_BEGIN();
period = rtems_build_name( 'I', 'G', 'N', 'R' );
status = rtems_rate_monotonic_create( period, &rmid );