summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/time/strptime/Makefile
blob: f2c9ebaf2c92a36b04115d2bbd1da88f110f3a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $

PROG=		strptime_test
SRCS=		main.c
CLEANFILES+=	got

REGRESS_TARGETS=do-reg
do-reg: ${PROG}
	./${PROG} < ${.CURDIR}/tests > got
	diff ${.CURDIR}/expected got

.include <bsd.regress.mk>