forked from Imagelibrary/rtems
* 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.
27 lines
559 B
Plaintext
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.
|