opnsense-src/lib/libc/tests/net/getaddrinfo/Makefile
Enji Cooper 2f1217877e Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately
500 new testcases

Various TODOs have been sprinkled around the Makefiles for items that even need
to be ported (missing features), testcases have issues with building/linking, or
issues at runtime.

A variant of this code has been tested extensively on amd64 and i386
10-STABLE/11-CURRENT for several months without issue. It builds on other
architectures, but the code will remain off until I have prove it works on
virtual hardware or real hardware on other architectures

In collaboration with: pho, Casey Peel <casey.peel@isilon.com>
Sponsored by: EMC / Isilon Storage Division
2014-11-04 00:56:25 +00:00

31 lines
738 B
Makefile

# $FreeBSD$
OBJTOP= ${.OBJDIR:H:H:H:H:H}
SRCTOP= ${.CURDIR:H:H:H:H:H}
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libc/net/getaddrinfo
BINDIR= ${TESTSDIR}
.error "This testcase needs to be ported to FreeBSD (the output from getaddrinfo_test differs from NetBSD)"
NETBSD_ATF_TESTS_SH= getaddrinfo_test
PROGS= h_gai
FILESDIR= ${TESTSDIR}/data
FILES= basics_v4.exp basics_v4v6.exp
FILES+= no_host_v4.exp no_host_v4v6.exp
FILES+= no_serv_v4.exp no_serv_v4v6.exp
FILES+= sock_raw_v4.exp sock_raw_v4v6.exp
FILES+= spec_fam_v4.exp spec_fam_v4v6.exp
FILES+= scoped.exp
FILES+= unsup_fam.exp
.include "../../Makefile.netbsd-tests"
.include <bsd.test.mk>