33304497d7
the ffs test because msdosfs doesn't support VFS_SNAPSHOT, only VFS_SUSPEND, i.e. we need external storage for the snapshot instead of internal storage.
15 lines
349 B
Makefile
15 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/04/13 10:21:47 pooka Exp $
|
|
#
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs/msdosfs
|
|
WARNS= 4
|
|
|
|
TESTS_C= t_snapshot
|
|
|
|
LDADD+=-lrumpfs_msdos -lrumpfs_tmpfs # fs drivers
|
|
LDADD+=-lrumpdev_fss # snapshot dev
|
|
LDADD+=-lrumpdev_disk -lrumpdev # disk device
|
|
LDADD+=-lrumpvfs -lrump -lrumpuser -lpthread # base
|
|
|
|
.include <bsd.test.mk>
|