Files
rtems/testsuites/libtests/bspcmdline01/bspcmdline01.doc
Joel Sherrill 7c86172aba 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.
2009-08-05 19:36:57 +00:00

27 lines
559 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: 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.