summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spwatchdog/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spwatchdog/init.c')
-rw-r--r--testsuites/sptests/spwatchdog/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/spwatchdog/init.c b/testsuites/sptests/spwatchdog/init.c
index 2e952b6a0a..c104aecc0a 100644
--- a/testsuites/sptests/spwatchdog/init.c
+++ b/testsuites/sptests/spwatchdog/init.c
@@ -24,6 +24,8 @@
#include <rtems/score/watchdogimpl.h>
+const char rtems_test_name[] = "SPWATCHDOG";
+
static void test_watchdog_routine( Objects_Id id, void *arg )
{
(void) id;
@@ -53,7 +55,7 @@ rtems_task Init(
rtems_status_code status;
Chain_Control empty;
- puts( "\n*** RTEMS WATCHDOG ***" );
+ TEST_BEGIN();
puts( "INIT - report on empty watchdog chain" );