1# $OpenBSD: Makefile,v 1.3 2018/05/21 10:14:50 bluhm Exp $
2
3PROG=	switch
4
5.for count in 2 3 4 6 8 20 26
6REGRESS_TARGETS +=	run-regress-${PROG}-${count}
7run-regress-${PROG}-${count}: ${PROG}
8	time ./${PROG} -c ${count} | wc -c
9.endfor
10
11.include <bsd.regress.mk>
12