summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp37/sp37.doc
blob: 9e814f27529a539dd9e01160a3cb39b8186262ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#  COPYRIGHT (c) 1989-2009.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.
#

This file describes the directives and concepts tested by this test set.

test set name:  sp37

directives:

  rtems_clock_tick
  rtems_interrupt_disable (inline/body)
  rtems_interrupt_enable (inline/body)
  rtems_interrupt_flash (inline/body)
  RTEMS_INTERRUPT_LEVEL
  rtems_interrupt_level_body

concepts:

+ Ensure that rtems_clock_tick operates properly when invoked from a task
  rather than an ISR.

+ Ensure that the interrupt disable, enable, and flash directives operate
  as expected.

+ Ensure that the methods accessing the interrupt level attribute operate
  as expected.