43faedc133
Sponsored by: The FreeBSD Foundation
12 lines
153 B
Makefile
12 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
ATF_TESTS_SH= format_string_test
|
|
|
|
.include <bsd.test.mk>
|