mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
b2d48be1bc
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
10 lines
105 B
Makefile
10 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_SH= col
|
|
|
|
FILES= rlf.in \
|
|
rlf2.in
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|