1 2PACKAGE= tests 3 4TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/net/${.CURDIR:T} 5 6.include <bsd.own.mk> 7 8BINDIR= ${TESTSDIR} 9 10.error This testcase needs to be ported to FreeBSD (the output from getaddrinfo_test differs from NetBSD) 11 12NETBSD_ATF_TESTS_SH= getaddrinfo_test 13 14PROGS= h_gai 15 16FILESGROUPS+= ${PACKAGE}DATA_FILES 17${PACKAGE}DATA_FILESPACKAGE= tests 18 19${PACKAGE}DATA_FILESDIR= ${TESTSDIR}/data 20 21${PACKAGE}DATA_FILES+= basics_v4.exp basics_v4v6.exp 22${PACKAGE}DATA_FILES+= no_host_v4.exp no_host_v4v6.exp 23${PACKAGE}DATA_FILES+= no_serv_v4.exp no_serv_v4v6.exp 24${PACKAGE}DATA_FILES+= sock_raw_v4.exp sock_raw_v4v6.exp 25${PACKAGE}DATA_FILES+= spec_fam_v4.exp spec_fam_v4v6.exp 26${PACKAGE}DATA_FILES+= scoped.exp 27${PACKAGE}DATA_FILES+= unsup_fam.exp 28 29.include "../../Makefile.netbsd-tests" 30 31.include <bsd.test.mk> 32