summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-20 08:43:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-24 09:37:28 +0200
commit7ed377bc69e8cf96b989018322dc43bc0f2d2e36 (patch)
tree135e4735f7bbf8ccf96543803753de1bebcbf9c6 /testsuites
parentscore: Add _Watchdog_Is_valid_interval_timespec() (diff)
downloadrtems-7ed377bc69e8cf96b989018322dc43bc0f2d2e36.tar.bz2
score: _Watchdog_Is_far_future_monotonic_timespec
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 f027236434..274def9689 100644
--- a/testsuites/sptests/spwatchdog/init.c
+++ b/testsuites/sptests/spwatchdog/init.c
@@ -60,6 +60,7 @@ static void test_watchdog_static_init( void )
static void test_watchdog_config( void )
{
rtems_test_assert( _Watchdog_Ticks_per_second == 100 );
+ rtems_test_assert( _Watchdog_Monotonic_max_seconds == 184467440737095516 );
}
static bool test_watchdog_is_inactive( test_watchdog *watchdog )