Files
rtems/testsuites/libtests
Joel Sherrill 500fcd5c88 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* block01/init.c, block02/init.c, block03/init.c, block04/init.c,
	block05/init.c, block07/init.c, bspcmdline01/init.c,
	stringto01/init.c, stringto01/stringto_test_template.h,
	termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
	Use rtems_test_assert() consistently instead of system assert().
	rtems_test_assert() is designed to integrate into the RTEMS test
	suite infrastructure.
2009-12-08 17:52:49 +00:00
..
2009-11-30 12:41:10 +00:00
2009-11-30 03:33:25 +00:00
2009-11-30 03:33:25 +00:00
2009-04-03 12:55:13 +00:00
2009-11-30 03:33:25 +00:00
2009-12-06 06:52:08 +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
1995-05-11 17:39:37 +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.