summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-20 15:35:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-24 09:37:28 +0200
commitcea5ff700166a24b5da300cf0aa6884164600ed3 (patch)
treefc36240554ec8c1da94dfe58bb414aea4fc870e2 /testsuites
parentscore: _Watchdog_Is_far_future_monotonic_timespec (diff)
downloadrtems-cea5ff700166a24b5da300cf0aa6884164600ed3.tar.bz2
score: Add _Watchdog_Nanoseconds_per_tick
Move it from the configuration to a separate variable. Update #3117. Update #3182.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/spwatchdog/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/spwatchdog/init.c b/testsuites/sptests/spwatchdog/init.c
index 274def9689..d212fbb37a 100644
--- a/testsuites/sptests/spwatchdog/init.c
+++ b/testsuites/sptests/spwatchdog/init.c
@@ -59,6 +59,7 @@ static void test_watchdog_static_init( void )
static void test_watchdog_config( void )
{
+ rtems_test_assert( _Watchdog_Nanoseconds_per_tick == 10000000 );
rtems_test_assert( _Watchdog_Ticks_per_second == 100 );
rtems_test_assert( _Watchdog_Monotonic_max_seconds == 184467440737095516 );
}