Newer
Older
UbixOS / lib / libc / tests / net / getaddrinfo / Makefile
@Charlie Root Charlie Root on 31 Dec 2017 924 bytes More Cleanup
# $FreeBSD: releng/11.1/lib/libc/tests/net/getaddrinfo/Makefile 307720 2016-10-21 08:33:51Z ngie $

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>