yaffs Fixed some bugs in quick tests and added some more tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_freespace.h
similarity index 79%
rename from direct/timothy_tests/quick_tests/test_yaffs_sync_ENOENT.h
rename to direct/timothy_tests/quick_tests/test_yaffs_freespace.h
index 55cf61b4f3ed83a6670c4fedc457c25bfad55bfc..8644be7454c4a6a034d755b17d35405a18eb46c2 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __test_yaffs_sync_ENOENT_h__
-#define __test_yaffs_sync_ENOENT_h__
+#ifndef __test_yaffs_freespace_h__
+#define __test_yaffs_freespace_h__
 
 #include "lib.h"
 #include "yaffsfs.h"
 
-int test_yaffs_sync_ENOENT(void);
-int test_yaffs_sync_ENOENT_clean(void);
+int test_yaffs_freespace(void);
+int test_yaffs_freespace_clean(void);
 
 #endif