summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/switch/Makefile
blob: 6b5b9a37254acffc76bf0f1d4f89457764e4ce89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.3 2018/05/21 10:14:50 bluhm Exp $

PROG=	switch

.for count in 2 3 4 6 8 20 26
REGRESS_TARGETS +=	run-regress-${PROG}-${count}
run-regress-${PROG}-${count}: ${PROG}
	time ./${PROG} -c ${count} | wc -c
.endfor

.include <bsd.regress.mk>