mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
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
27 lines
629 B
Makefile
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>
|