NetBSD/tests/dev/sysmon/Makefile
pooka edcef5fc34 Add test cases to check that sysmon/swwdog will panic and reboot
the kernel if left untickled.

Thanks to jmmv for the tip that doing this is possible in atf via
means of fork/wait.
2010-08-06 16:13:26 +00:00

17 lines
261 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/08/06 16:13:26 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev/sysmon
TESTS_C= t_swwdog
LDADD+= -lrumpdev_sysmon -lrumpdev -lrumpvfs
LDADD+= -lrump
LDADD+= -lrumpuser -lpthread
WARNS= 4
.include <bsd.test.mk>