xref: /minix/tests/dev/Makefile (revision 0a6a1f1d)
1#	$NetBSD: Makefile,v 1.9 2015/06/22 00:05:23 matt Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/dev
7
8TESTS_SUBDIRS+=	cgd raidframe
9.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
10TESTS_SUBDIRS+=	audio md scsipi sysmon
11.endif
12
13
14.include <bsd.test.mk>
15