NetBSD/tests/dev/Makefile
pooka 48e1b6d6d5 Add simple test for md(4) which just stuffs junk into /dev/rmd0d
and checks the same data can be retrieved.
2010-11-23 15:38:53 +00:00

11 lines
179 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/11/23 15:38:54 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/dev
TESTS_SUBDIRS+= audio cgd md scsipi sysmon
.include <bsd.test.mk>