summaryrefslogtreecommitdiff
path: root/tests/dev/Makefile
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2010-12-15 20:37:52 +0000
committerpooka <pooka@NetBSD.org>2010-12-15 20:37:52 +0000
commitea2d33c8fa96d5fd73d80b8c505ade1ab97a4be6 (patch)
tree3f3346dbab452a666bd5d000e5f9938e8c270287 /tests/dev/Makefile
parent5935321424a4849f510c3503ed6b5eabcc21e47d (diff)
Add first raidframe tests. This is the test for the kernel fault
described in PR kern/44239
Diffstat (limited to 'tests/dev/Makefile')
-rw-r--r--tests/dev/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/Makefile b/tests/dev/Makefile
index e5a273b06d1..82204c5df6c 100644
--- a/tests/dev/Makefile
+++ b/tests/dev/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2010/11/23 15:38:54 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/15 20:37:52 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
-TESTS_SUBDIRS+= audio cgd md scsipi sysmon
+TESTS_SUBDIRS+= audio cgd md raid scsipi sysmon
.include <bsd.test.mk>