Files
rtems/testsuites/libtests
Sebastian Huber 9dd4bd3963 libtests/crypt01: Avoid stack overflows
The SHA512 functions may use huge amounts of stack space if compiled without
optimization.
2022-07-04 08:30:42 +02:00
..
2020-09-14 07:11:40 +02:00
2022-06-21 10:21:13 +10:00
2020-03-18 07:20:52 +01:00
2022-04-28 09:37:49 +02:00

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.