summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
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/configure.ac
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/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 5ac2dfdcd4..a136749c8a 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -79,6 +79,7 @@ AM_CONDITIONAL(DLTESTS,[test x"$TEST_LIBDL" = x"yes"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+networking01/Makefile
libfdt01/Makefile
defaultconfig01/Makefile
pwdgrp02/Makefile