summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp37/sp37.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp37/sp37.doc')
-rw-r--r--testsuites/sptests/sp37/sp37.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/sp37/sp37.doc b/testsuites/sptests/sp37/sp37.doc
index 9e814f2752..b98faa1caa 100644
--- a/testsuites/sptests/sp37/sp37.doc
+++ b/testsuites/sptests/sp37/sp37.doc
@@ -13,6 +13,9 @@ test set name: sp37
directives:
rtems_clock_tick
+ rtems_clock_tick_later()
+ rtems_clock_tick_later_usec()
+ rtems_clock_tick_before()
rtems_interrupt_disable (inline/body)
rtems_interrupt_enable (inline/body)
rtems_interrupt_flash (inline/body)
@@ -24,6 +27,8 @@ concepts:
+ Ensure that rtems_clock_tick operates properly when invoked from a task
rather than an ISR.
++ Ensure that clock tick counter functions work properly.
+
+ Ensure that the interrupt disable, enable, and flash directives operate
as expected.