"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.
This commit is contained in:
parent
b3286c98db
commit
a918a74628
|
@ -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>
|
||||
|
|
|
@ -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
|
|
@ -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.
|
Loading…
Reference in New Issue