mirror of https://github.com/F-Stack/f-stack.git
12 lines
118 B
Makefile
12 lines
118 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PACKAGE= tests
|
||
|
|
||
|
ATF_TESTS_SH+= \
|
||
|
basic
|
||
|
|
||
|
${PACKAGE}FILES+= \
|
||
|
utils.subr
|
||
|
|
||
|
.include <bsd.test.mk>
|