mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
13 lines
207 B
Makefile
13 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>
|