Makefile revision 270779
1# $FreeBSD: stable/10/bin/date/tests/Makefile 270779 2014-08-29 02:21:02Z ngie $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/bin/date
6
7ATF_TESTS_SH=	format_string_test
8
9.include <bsd.test.mk>
10