summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp10/sp10.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 19:32:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 19:32:30 +0000
commitbd894e544719b754168b48a0551553e4ac79fabd (patch)
treec4cfa00c550c42d83422aab7dcbc828345b4db6d /testsuites/sptests/sp10/sp10.doc
parent2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-bd894e544719b754168b48a0551553e4ac79fabd.tar.bz2
2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp10/sp10.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/sp10/sp10.doc b/testsuites/sptests/sp10/sp10.doc
new file mode 100644
index 0000000000..c9f9545ebe
--- /dev/null
+++ b/testsuites/sptests/sp10/sp10.doc
@@ -0,0 +1,24 @@
+#
+# $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.