forked from Imagelibrary/rtems
PR 1413/cpukit * Makefile.am, configure.ac: Add test for case where server based timers which reinitiated themselves did not get reinserted onto timer chain. * sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc, sp50/sp50.scn: New files.
24 lines
511 B
Plaintext
24 lines
511 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: sp50
|
|
|
|
directives:
|
|
|
|
rtems_timer_initiate_server
|
|
rtems_timer_server_fire_after
|
|
|
|
concepts:
|
|
|
|
+ Ensure that a server based timer can repeatedly schedule itself to fire.
|