yaffs direct tests: Modify some tests to check properly
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_read_EINVAL.h
index b9650580f0c52e712da6c9e5d9c98afdac6c6a8d..ee559276343c73b9061ca54c282f35350379b3d9 100644 (file)
 
 #ifndef __test_yaffs_read_EINVAL_h__
 #define __test_yaffs_read_EINVAL_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_read_EINVAL(void);
 int test_yaffs_read_EINVAL_clean(void);
+int test_yaffs_read_EINVAL_init(void);
+int test_yaffs_read_EINVAL_init_clean(void);
+
 #endif