summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorABR290B <abhimanyuraghuvanshi29@gmail.com>2018-12-08 09:20:49 +0530
committerJoel Sherrill <joel@rtems.org>2018-12-08 10:50:57 -0600
commit100d87fad8de4b22365be1058523ab101617076f (patch)
treeb9f557f82a74aa5da8624692d47a266b5dad2083 /testsuites/psxtests/Makefile.am
parentpsxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018) (diff)
downloadrtems-100d87fad8de4b22365be1058523ab101617076f.tar.bz2
POSIX Signature Test for arpa/inet.h (GCI2018)
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 62378f1182..f49cb918f7 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1602,7 +1602,11 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
psxhdrs/netdb/getprotobynumber.c \
psxhdrs/netdb/getservbyname.c \
psxhdrs/netdb/getservbyport.c \
- psxhdrs/netdb/h_errno.c
+ psxhdrs/netdb/h_errno.c \
+ psxhdrs/arpa/inet/inet_addr.c \
+ psxhdrs/arpa/inet/inet_ntop.c \
+ psxhdrs/arpa/inet/inet_ntoa.c \
+ psxhdrs/arpa/inet/inet_pton.c
## Not supported by RTEMS, but POSIX API Compliance tests exist.