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[] = "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 {