From: Timothy Manning Date: Wed, 6 Oct 2010 01:52:43 +0000 (+1300) Subject: yaffs Use file emulator for python test X-Git-Tag: pre-name-change~1^2 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=6aacb9c19734f42df0bfedff962fb231793c6423;hp=80eb23d4bb39eed5d509ad291aa63069095c2800 yaffs Use file emulator for python test Change the python test library to use a file-backed emulator for the yaffs2 mount rather than use a ram-based emulator. Signed-off-by: Timothy Manning --- diff --git a/direct/python/Makefile b/direct/python/Makefile index a71644b..8376725 100644 --- a/direct/python/Makefile +++ b/direct/python/Makefile @@ -29,7 +29,7 @@ CFLAGS += -O0 #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -COMMONTESTOBJS = yaffsnewcfg.o yramsim.o \ +COMMONTESTOBJS = yaffscfg2k.o yramsim.o yaffs_fileem2k.o\ yaffs_nandif.o \ yaffsfs.o yaffs_ecc.o yaffs_guts.o \ yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \