summaryrefslogtreecommitdiff
path: root/tests/dev/Makefile
blob: b9037474875d4aaa2c2726e00a7fef8d2540aebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.8 2012/08/08 13:57:05 christos Exp $
#

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/dev

TESTS_SUBDIRS+=	cgd raidframe
.if (${MKRUMP} != "no")
TESTS_SUBDIRS+=	audio md scsipi sysmon
.endif


.include <bsd.test.mk>