yaffs More tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_write_big_file.h
similarity index 80%
rename from direct/timothy_tests/quick_tests/test_yaffs_write_EFBIG.h
rename to direct/timothy_tests/quick_tests/test_yaffs_write_big_file.h
index cb2a9b2a514bd298c1b1a52229d5eff1510d7d2e..1596e449ae066bbe9325f8492a5bf2c1d92d2550 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __test_yaffs_write_EFBIG_h__
-#define __test_yaffs_write_EFBIG_h__
+#ifndef __test_yaffs_write_big_file_h__
+#define __test_yaffs_write_big_file_h__
 #include "lib.h"
 #include "yaffsfs.h"
 #include "test_yaffs_open.h"
 #include "test_yaffs_write.h"
 #include "test_yaffs_truncate.h"
 
 #include "lib.h"
 #include "yaffsfs.h"
 #include "test_yaffs_open.h"
 #include "test_yaffs_write.h"
 #include "test_yaffs_truncate.h"
 
-int test_yaffs_write_EFBIG(void);
-int test_yaffs_write_EFBIG_clean(void);
+int test_yaffs_write_big_file(void);
+int test_yaffs_write_big_file_clean(void);
 #endif
 #endif