Files
rtems/testsuites/sptests/spprintk/spprintk.doc
Joel Sherrill ba959a4b1c 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
	up and add test of getchark().
2010-07-14 23:17:48 +00:00

29 lines
611 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: spprintk
directives:
putk
printk
getchark
concepts:
+ Ensure that putk() is fully exercised and operates as expected.
+ Ensure that printk() is fully exercised and operates as expected.
+ Ensure that getchark() is fully exercised and operates as expected.