forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add new test to exercise when the ticks since boot wraps around 0 and the timer server must deal with that condition. * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc, sp67/sp67.scn: New files.
24 lines
497 B
Plaintext
24 lines
497 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# 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.com/license/LICENSE.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: sp67
|
|
|
|
directives:
|
|
|
|
rtems_timer_server_fire_after
|
|
|
|
concepts:
|
|
|
|
+ Ensure that if the ticks since boot counter wraps, the Timer Server
|
|
operates properly.
|