Files
rtems/testsuites/libtests
Joel Sherrill 56805ae4be testsuites/libtests: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-parameter.
2025-10-10 20:48:23 +00:00
..
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2024-11-12 22:43:35 +00:00
2024-11-12 22:43:35 +00:00
2024-07-26 19:54:02 +00:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00

libtests

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.