summaryrefslogtreecommitdiff
path: root/tests/dev/Makefile
blob: 518dd22e4b31f49dc4beda915d92c362a666d041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.9 2015/06/22 00:05:23 matt Exp $
#

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/dev

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


.include <bsd.test.mk>