xref: /freebsd/share/zoneinfo/tests/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*f37852c1SEnji Cooper.include <src.opts.mk>
2*f37852c1SEnji Cooper
3*f37852c1SEnji Cooper.PATH: ${SRCTOP}/contrib/tzdata
4*f37852c1SEnji Cooper
5*f37852c1SEnji CooperPACKAGE=	tests
6*f37852c1SEnji Cooper
7*f37852c1SEnji CooperFILESGROUPS+=	TESTFILES
8*f37852c1SEnji Cooper
9*f37852c1SEnji CooperATF_TESTS_SH+=	backward_test
10*f37852c1SEnji CooperTESTFILES+=	backward
11*f37852c1SEnji Cooper
12*f37852c1SEnji CooperTESTFILES+=	zoneinfo_common.sh
13*f37852c1SEnji CooperTESTFILESPACKAGE= ${PACKAGE}
14*f37852c1SEnji CooperTESTFILESDIR=	${TESTSDIR}
15*f37852c1SEnji Cooper
16*f37852c1SEnji Cooper.include <bsd.test.mk>
17