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[] = "SPSIZE";
|
||||
|
||||
/* #define HAVE_MENU */
|
||||
|
||||
void size_rtems( int mode );
|
||||
@@ -40,9 +42,9 @@ rtems_task Init(
|
||||
|
||||
setvbuf(stdout, 0, _IONBF, 0);
|
||||
|
||||
puts( "\n*** RTEMS SIZE PROGRAM ***" );
|
||||
TEST_BEGIN();
|
||||
size_rtems( 1 );
|
||||
puts( "*** END OF RTEMS SIZE PROGRAM ***" );
|
||||
TEST_END();
|
||||
rtems_test_exit( 0 );
|
||||
#if defined(HAVE_MENU)
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user