mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
12 lines
141 B
Makefile
12 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/col
|
|
|
|
ATF_TESTS_SH= col
|
|
|
|
FILES= rlf.in \
|
|
rlf2.in
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|