summaryrefslogtreecommitdiff
path: root/regress/sys/kern/stackpivot/pagefault/Makefile
blob: e5b2d2bca0e832552cb37f49533c372b22c762f4 (plain)
1
2
3
4
5
6
7
8
9

PROG=  stackpivot

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>