summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/syscall_segment/main/Makefile
blob: 70ea9bf880690ae333f1a15fe3e4a9af7b2fb336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.4 2021/02/09 16:58:00 claudio Exp $

PROG=	syscall_main

run-regress-${PROG}: ${PROG}
	rm -f ${PROG}.core
	ulimit -c unlimited && ! ./${PROG}
	if [ ! -e ${PROG}.core ]; then echo "No coredump"; false; fi

.include <bsd.regress.mk>