NetBSD/tests/fs/puffs/Makefile
pooka 272fb16e97 Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly ok
2010-07-30 16:15:05 +00:00

27 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/07/30 16:15:06 pooka Exp $
#
.include <bsd.own.mk>
SUBDIR+= h_dtfs
TESTSDIR= ${TESTSBASE}/fs/puffs
TESTS_C= t_basic
VFSTESTDIR != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
LDADD+=-L${VFSTESTDIR} -lvfstest
LDADD+= -lrumpdev_putter -lrumpdev
LDADD+= -lrumpfs_syspuffs -lrumpvfs_fifofs
LDADD+= -lrumpnet_local -lrumpnet_net -lrumpnet
LDADD+= -lrumpvfs
LDADD+= -lrump -lrumpuser -lpthread
# required by -DPUFFSDUMP
#LDADD+= -lpuffs -lutil
WARNS=2
.include <bsd.test.mk>