mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
#
|
|
# $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.
|