summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/bspcmdline01/bspcmdline01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:36:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:36:57 +0000
commit7c86172aba2e8c498f149764a4534af174ebad12 (patch)
treee49a3e3f42e067b6e4dd602e4151f73678d6eb94 /testsuites/libtests/bspcmdline01/bspcmdline01.doc
parent2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7c86172aba2e8c498f149764a4534af174ebad12.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add test for new BSP Boot Command Line helper routines. * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am, bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c, bspcmdline01/test.c: New files.
Diffstat (limited to 'testsuites/libtests/bspcmdline01/bspcmdline01.doc')
-rw-r--r--testsuites/libtests/bspcmdline01/bspcmdline01.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/libtests/bspcmdline01/bspcmdline01.doc b/testsuites/libtests/bspcmdline01/bspcmdline01.doc
new file mode 100644
index 0000000000..5fc4c8767f
--- /dev/null
+++ b/testsuites/libtests/bspcmdline01/bspcmdline01.doc
@@ -0,0 +1,26 @@
+#
+# $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: bspcmdline01
+
+directives:
+
+ bsp_cmdline_get
+ bsp_cmdline_get_param
+ bsp_cmdline_get_param_rhs
+ bsp_cmdline_get_param_raw
+
+concepts:
+
++ Ensure that the BSP Boot Command Line Helper routines are
+ fully exercised.