NetBSD/tests/rump/rumpvfs/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

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>