Files
rtems/testsuites/libtests
Joel Sherrill 9f5f6f533c 2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* termios01/init.c, termios01/termios01.scn, termios02/init.c,
	termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
	cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
	tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
	are minimal implementations so the tests will have to grow as the
	methods grow.
2010-06-07 18:33:09 +00:00
..
2009-04-03 12:55:13 +00:00
2009-11-30 03:33:25 +00:00
2009-04-03 12:55:13 +00:00
2009-10-26 13:36:07 +00:00
2009-10-26 05:44:07 +00:00
2009-10-26 05:49:32 +00:00
2009-11-01 06:36:22 +00:00
2009-11-30 03:33:25 +00:00

#
#  $Id$
#

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.