Re: [Yaffs] yaffsdev.c missing

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: Re: [Yaffs] yaffsdev.c missing
On Wednesday 11 December 2013 22:27:10 Dhruv Joshi wrote:
> Hi,
>
> I am currently pursuing my academic project on yaffs2, garbage collection
> heuristics to be more precise. I need to perform extensive testing on
> yaffs_guts.c. With reference to
> http://www.yaffs.net/yaffs-development-notes, yaffs1 could be tested using
> yaffsdev.c, but I did not find any support for yaffs2. What is the current
> state of yaffsdev project? Where can I find the lastest file and any
> pointers as to how I can build yaffs as an application as stated in the
> reference.


The equivalent for yaffs2 is direct/test-framework/basic-tests/dtest.c

-- CHarles