yaffs Use file emulator for python test
authorTimothy Manning <tfhmanning@gmail.com>
Wed, 6 Oct 2010 01:52:43 +0000 (14:52 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Wed, 6 Oct 2010 01:52:43 +0000 (14:52 +1300)
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 <tfhmanning@gmail.com>
direct/python/Makefile

index a71644be29e9902c50e04b3a841b7a1accaf8dfe..8376725f20a4ca29a0d2746a4fc5356184e9cdf0 100644 (file)
@@ -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 \