NetBSD/tests/fs/umapfs/Makefile
pooka afe21a63b7 Add basic test for umapfs functionality.
XXX: the reverse mapping case (last subsubtest in t_basic) does
not make any sense, but apparently that how umapfs works.  I'm not
familiar enough with the code to determine if this is a wanted
feature or a pure and simple bug.
2010-03-30 01:05:28 +00:00

13 lines
271 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/03/30 01:05:28 pooka Exp $
#
TESTSDIR= ${TESTSBASE}/fs/union
WARNS= 4
TESTS_C= t_basic
LDADD+= -lrumpfs_tmpfs -lrumpfs_umapfs -lrumpvfs_layerfs # fs drivers
LDADD+= -lrumpvfs -lrump -lrumpuser -lpthread # base
.include <bsd.test.mk>