forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add new test to exercise Debug Manager. * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc, sp10/sp10.scn: New files.
25 lines
478 B
Plaintext
25 lines
478 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: sp10
|
|
|
|
directives:
|
|
|
|
rtems_debug_enable
|
|
rtems_debug_disable
|
|
rtems_debug_is_enabled
|
|
|
|
concepts:
|
|
|
|
+ Exercise the Debug Manager.
|