mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
18 lines
304 B
Makefile
18 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
OBJTOP= ${.OBJDIR}/../../..
|
|
SRCTOP= ${.CURDIR}/../../..
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/cat
|
|
|
|
TESTSDIR= ${TESTSBASE}/bin/cat
|
|
|
|
NETBSD_ATF_TESTS_SH= cat_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
FILES= d_align.in
|
|
FILES+= d_align.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|