Makefile revision 269903
1# $FreeBSD: head/bin/date/tests/Makefile 269903 2014-08-13 04:43:29Z 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