xref: /openbsd/regress/sys/kern/sosplice/error/Makefile (revision d415bd75)
1#	$OpenBSD: Makefile,v 1.4 2020/12/17 00:51:12 bluhm Exp $
2
3.include <bsd.regress.mk>
4
5# The error tests try to splice unsuitable sockets and check the
6# kernel error code.
7
8.for a in ${ARGS}
9run-$a: $a
10.if empty (REMOTE_SSH)
11	time perl ${PERLINC} ${PERLPATH}error.pl ${PERLPATH}$a
12.else
13	time perl ${PERLINC} ${PERLPATH}remote.pl ${REMOTE_SSH} ${PERLPATH}$a
14.endif
15.endfor
16