NetBSD/tests/rump/Makefile
pooka 1647962cb4 Add simple etfs test which almost tests for bug fixed yesterday
(the yesterday bug was against an emulated block device, so slighlty
different).  But at least this test uncovered a few bugs already.
2010-06-16 19:29:33 +00:00

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>