forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add new test to exercise odd case in rtems_iterate_over_all_threads. * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc, sp41/sp41.scn: New files.
24 lines
506 B
Plaintext
24 lines
506 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: sp41
|
|
|
|
directives:
|
|
|
|
rtems_iterate_over_all_threads
|
|
|
|
concepts:
|
|
|
|
+ Ensure that the case where an API has not install a thread pointer table
|
|
is handled correctly.
|