yaffs More tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_lseek_big_file.h
similarity index 78%
rename from direct/timothy_tests/quick_tests/test_yaffs_lseek_EFBIG.h
rename to direct/timothy_tests/quick_tests/test_yaffs_lseek_big_file.h
index e14350da7631919ab5de30edee34387ef1315f20..d14af528a7d5469fe3624388427fd29b28ae9c58 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __test_yaffs_lseek_EFBIG_h__
-#define __test_yaffs_lseek_EFBIG_h__
+#ifndef __test_yaffs_lseek_big_file_h__
+#define __test_yaffs_lseek_big_file_h__
 
 #include "lib.h"
 #include "yaffsfs.h"
 #include "test_yaffs_open.h"
 
-int test_yaffs_lseek_EFBIG(void);
-int test_yaffs_lseek_EFBIG_clean(void);
+int test_yaffs_lseek_big_file(void);
+int test_yaffs_lseek_big_file_clean(void);
 
 #endif