mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
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>
|