NetBSD/regress/sys/arch/arm/abort-fixup/Makefile
reinoud 089222c4d1 Add a new regression test for ARM 6 and ARM7 machines to check if
unhandled instruction patterns in the early or late abort handler
terminate the program with a SEGV instead of the panic it used to
give.

Since this test is quite volatile if failing its not run automatically.
2002-03-16 20:37:49 +00:00

11 lines
233 B
Makefile

# $NetBSD: Makefile,v 1.1 2002/03/16 20:37:49 reinoud Exp $
PROG= abortfixup
SRCS= abortfixup.c
NOMAN= # defined
regress: ${PROG}
echo NOTE: please run the abortfixup program manually since it can panic
.include <bsd.prog.mk>