summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2010-12-15 20:40:17 +0000
committerpooka <pooka@NetBSD.org>2010-12-15 20:40:17 +0000
commit8d307f3a0ba40d60d1e07d092b97fca30ace852d (patch)
tree027663d5211064c5ac57e725a71462565fed0186
parentea2d33c8fa96d5fd73d80b8c505ade1ab97a4be6 (diff)
"A few seconds later" I realized the kernel directory is dev/raidframe,
not dev/raid, so reflect this in the test dir. Affects location for test of PR kern/44239.
-rw-r--r--tests/dev/Makefile4
-rw-r--r--tests/dev/raidframe/Makefile (renamed from tests/dev/raid/Makefile)2
-rw-r--r--tests/dev/raidframe/t_raid.sh (renamed from tests/dev/raid/t_raid.sh)2
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/dev/Makefile b/tests/dev/Makefile
index 82204c5df6c..01365e68d19 100644
--- a/tests/dev/Makefile
+++ b/tests/dev/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2010/12/15 20:37:52 pooka Exp $
+# $NetBSD: Makefile,v 1.7 2010/12/15 20:40:17 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
-TESTS_SUBDIRS+= audio cgd md raid scsipi sysmon
+TESTS_SUBDIRS+= audio cgd md raidframe scsipi sysmon
.include <bsd.test.mk>
diff --git a/tests/dev/raid/Makefile b/tests/dev/raidframe/Makefile
index e31dbbeda5f..942ce002723 100644
--- a/tests/dev/raid/Makefile
+++ b/tests/dev/raidframe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/12/15 20:37:52 pooka Exp $
+# $NetBSD: Makefile,v 1.1 2010/12/15 20:40:18 pooka Exp $
#
TESTSDIR= ${TESTSBASE}/dev/raid
diff --git a/tests/dev/raid/t_raid.sh b/tests/dev/raidframe/t_raid.sh
index fa3dcb8f33f..22d3e93b208 100644
--- a/tests/dev/raid/t_raid.sh
+++ b/tests/dev/raidframe/t_raid.sh
@@ -1,4 +1,4 @@
-# $NetBSD: t_raid.sh,v 1.1 2010/12/15 20:37:52 pooka Exp $
+# $NetBSD: t_raid.sh,v 1.1 2010/12/15 20:40:18 pooka Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.