summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-05-02 14:49:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-28 13:01:47 +0200
commit195d412d397a50383a0a2703022613d97cca2736 (patch)
treeab0fbf0f22842cffc9a4954b4f8e77319d5188bf /testsuites/libtests/Makefile.am
parentlibnetworking: Import current <netdb.h> (diff)
downloadrtems-195d412d397a50383a0a2703022613d97cca2736.tar.bz2
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().
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index d775c77c76..4eae14e1a9 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -41,6 +41,7 @@ if HAS_POSIX
_SUBDIRS += mghttpd01
endif
_SUBDIRS += ftp01
+_SUBDIRS += networking01
_SUBDIRS += syscall01
endif