mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05: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>
|