Files
rtems/testsuites/libtests
Sebastian Huber 1be6dc18d3 libtest: Fix warnings without a pragma
It seems that recent GCC versions expect that functions with a "const type *"
parameter will read from the referenced location.

Update #4662.
2022-08-31 13:20:49 +02:00
..
2022-08-19 15:34:47 -05:00
2020-09-14 07:11:40 +02:00
2022-08-05 07:54: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.