[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / dev

File: [cvs.NetBSD.org] / src / tests / dev / Makefile (download)

Revision 1.2, Fri Aug 6 16:13:26 2010 UTC (13 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.1: +2 -2 lines

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.

#	$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>