1647962cb4
(the yesterday bug was against an emulated block device, so slighlty different). But at least this test uncovered a few bugs already.
12 lines
215 B
Makefile
12 lines
215 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/16 19:29:33 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/rump
|
|
|
|
SUBDIR= kernspace .WAIT rumpkern rumpvfs modautoload
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|