diff options
| author | pooka <pooka@NetBSD.org> | 2010-08-06 16:13:26 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-08-06 16:13:26 +0000 |
| commit | edcef5fc340fcd4738b4bdc67e4c8c87d86e97e0 (patch) | |
| tree | d3bdb4adb27fe8ef1175204a148c30eddcd3ab60 /tests/dev/Makefile | |
| parent | c3884c5c411a0eae49dd6da53fa642f78c88f563 (diff) | |
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.
Diffstat (limited to 'tests/dev/Makefile')
| -rw-r--r-- | tests/dev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/Makefile b/tests/dev/Makefile index c04d0751299..6fc726792ba 100644 --- a/tests/dev/Makefile +++ b/tests/dev/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2010/08/04 13:15:15 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/06 16:13:26 pooka Exp $ # .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/dev -TESTS_SUBDIRS+= audio +TESTS_SUBDIRS+= audio sysmon .include <bsd.test.mk> |
