forked from Imagelibrary/rtems
* spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean up and add test of getchark().
29 lines
611 B
Plaintext
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.
|