mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
it to lib/libc/tests/sys/Makefile [*] Even though make -VPACKAGE and make -n install seem to do the right thing, the effects are a bit different, depending on the build host. MFC after: 1 week Obtained from: HardenedBSD (af602f0db) [*] Reported by: Oliver Pinter <oliver.pinter@hardenedbsd.org> [*] Sponsored by: Dell EMC Isilon
32 lines
837 B
Makefile
32 lines
837 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>
|