Warning, /testsuites/sptests/spclock_todhook01/spclock_todhook01.doc is written in an unsupported language. File is not indexed.
0001 # COPYRIGHT (c) 1989-2014.
0002 # On-Line Applications Research Corporation (OAR).
0003 #
0004 # The license and distribution terms for this file may be
0005 # found in the file LICENSE in this distribution or at
0006 # http://www.rtems.com/license/LICENSE.
0007 #
0008
0009
0010 This file describes the directives and concepts tested by this test set.
0011
0012 test set name: spclock_todhook01
0013
0014 directives:
0015 _TOD_Hook_Register
0016 _TOD_Hook_Unregister
0017 rtems_clock_set
0018 clock_settime
0019
0020
0021 concepts:
0022
0023 - Verifies that TOD Hooks can be registered
0024
0025 - Verifies that TOD Hooks can be unregistered
0026
0027 - Verifies that an empty TOD Hooks set is properly processed when the TOD is set
0028
0029 - Verifies that TOD Hooks are executed when the TOD is set
0030
0031 - Verifies that a TOD Hook returning an error is properly reported by
0032 rtems_clock_set
0033
0034 - Verifies that a TOD Hook returning an error is properly reported by
0035 clock_settime