mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/join
|
||
|
|
|
||
|
|
TAP_TESTS_SH= legacy_test
|
||
|
|
|
||
|
|
FILESDIR= ${TESTSDIR}
|
||
|
|
FILES= regress.1.in
|
||
|
|
FILES+= regress.2.in
|
||
|
|
FILES+= regress.out
|
||
|
|
FILES+= regress.sh
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|