summaryrefslogtreecommitdiffstats
path: root/regress/misc/exceptions/threads/Makefile
blob: aa9e2e6ffdae276f6485f843f51060df29e0d132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 2021/02/21 19:21:15 tb Exp $

PROG=	exceptions
SRCS=	exceptions.cc

REGRESS_TARGETS=runs

runs: exceptions
	for i in $$(jot 100); do ./exceptions; done

.include <bsd.regress.mk>