opnsense-src/lib/libc/tests/net/getaddrinfo/Makefile
Ed Maste 6f6fbfa3a8 Remove quotes around Makefile .error/.warn/.info strings
The text after .error et al is emitted verbatim.

Reviewed by:	sjg
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33904
2022-01-22 14:03:07 -05:00

32 lines
835 B
Makefile

# $FreeBSD$
PACKAGE= tests
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
FILESGROUPS+= ${PACKAGE}DATA_FILES
${PACKAGE}DATA_FILESPACKAGE= tests
${PACKAGE}DATA_FILESDIR= ${TESTSDIR}/data
${PACKAGE}DATA_FILES+= basics_v4.exp basics_v4v6.exp
${PACKAGE}DATA_FILES+= no_host_v4.exp no_host_v4v6.exp
${PACKAGE}DATA_FILES+= no_serv_v4.exp no_serv_v4v6.exp
${PACKAGE}DATA_FILES+= sock_raw_v4.exp sock_raw_v4v6.exp
${PACKAGE}DATA_FILES+= spec_fam_v4.exp spec_fam_v4v6.exp
${PACKAGE}DATA_FILES+= scoped.exp
${PACKAGE}DATA_FILES+= unsup_fam.exp
.include "../../Makefile.netbsd-tests"
.include <bsd.test.mk>