NetBSD/tests/dev/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

11 lines
165 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/08/06 16:13:26 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
TESTS_SUBDIRS+= audio sysmon
.include <bsd.test.mk>