opnsense-src/lib/libc/tests/net/getaddrinfo/Makefile
Enji Cooper b2d48be1bc Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
netbsd-tests.test.mk (r289151)

- Eliminate explicit OBJTOP/SRCTOP setting
- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk
- Remove unnecessary TESTSDIR setting
- Use SRCTOP where possible for clarity

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Divison
2015-10-12 08:16:03 +00:00

27 lines
629 B
Makefile

# $FreeBSD$
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T}
.include <bsd.own.mk>
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>