Files
rtems/testsuites/libtests
Christian Mauderer 195d412d39 libnetworking: Add minimal getnameinfo()
This implementation just falls back to giving a string representation of
the IP.  It supports IPv4 only.

Add test for getnameinfo().
2016-06-28 13:01:47 +02:00
..
2015-10-19 09:51:28 +02:00
2016-05-20 07:49:41 +02:00
2015-09-11 11:28:13 +02:00
2015-12-24 16:52:34 -06: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.