1647962cb4
(the yesterday bug was against an emulated block device, so slighlty different). But at least this test uncovered a few bugs already.
14 lines
215 B
Makefile
14 lines
215 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/06/16 19:29:33 pooka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/rump/rumpvfs
|
|
|
|
TESTS_C= t_etfs
|
|
|
|
LDADD= -lrumpvfs -lrump -lrumpuser -lpthread
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.test.mk>
|