Files
rtems/testsuites/libtests
Joel Sherrill 163519a055 libtests/malloctest/init.c: Fix warning
posix_memalign() is prototyped to take a non-NULL parameter. But our
test is deliberately passing one in. With the -Wnon-null warning flag
enabled, we will always get warnings on this test unless we disable
that warning for this single test case.
2014-11-20 12:57:33 -06:00
..
2014-11-20 10:30:21 +01:00
2014-09-01 11:01:04 +02:00
2012-02-01 10:59:44 -06:00
2014-11-20 10:30:21 +01: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.