summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/time/strptime/Makefile
blob: 1e1565ced491f378d7e8a736e9c01173f86d110f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2012/12/16 18:28:53 jasper Exp $

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

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

.include <bsd.regress.mk>