mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -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
14 lines
283 B
Makefile
14 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/usr.bin/diff
|
|
|
|
NETBSD_ATF_TESTS_SH= diff_test
|
|
ATF_TESTS_SH_SED_diff_test= -e 's/t_diff/`basename $$0`/g'
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES+= d_mallocv1.in
|
|
FILES+= d_mallocv2.in
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|