summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spwatchdog/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
commit6c0301daad418d362f71eaa7e5c4b6a2d948fc50 (patch)
treed08b9e09d3c69ca35f96c9f1eeff8eb244df92ed /testsuites/sptests/spwatchdog/init.c
parenttests/psxtests: Use <rtems/test.h> (diff)
downloadrtems-6c0301daad418d362f71eaa7e5c4b6a2d948fc50.tar.bz2
tests/sptests: Use <rtems/test.h>
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" );