summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmoverhd/testtask.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmoverhd/testtask.c')
-rw-r--r--testsuites/tmtests/tmoverhd/testtask.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/tmtests/tmoverhd/testtask.c b/testsuites/tmtests/tmoverhd/testtask.c
index 370efcf0a6..d14fd8951b 100644
--- a/testsuites/tmtests/tmoverhd/testtask.c
+++ b/testsuites/tmtests/tmoverhd/testtask.c
@@ -14,6 +14,8 @@
#define CONFIGURE_INIT
#include "system.h"
+const char rtems_test_name[] = "OVERHEAD";
+
uint8_t Memory_area[ 2048 ];
uint8_t Internal_port_area[ 256 ];
uint8_t External_port_area[ 256 ];
@@ -32,7 +34,7 @@ rtems_task Init(
Print_Warning();
- puts( "\n\n*** TIME TEST OVERHEAD ***" );
+ TEST_BEGIN();
status = rtems_task_create(
rtems_build_name( 'T', 'A', '1', ' ' ),
@@ -1258,7 +1260,7 @@ rtems_test_pause();
0
);
- puts( "*** END OF TIME OVERHEAD ***" );
+ TEST_END();
rtems_test_exit( 0 );
}