mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
11 lines
141 B
Makefile
11 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>
|