yaffs Are trapping a suspeced bug in quick_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_access.c
diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access.c b/direct/timothy_tests/quick_tests/test_yaffs_access.c
new file mode 100644 (file)
index 0000000..a88664f
--- /dev/null
@@ -0,0 +1,9 @@
+#include "test_yaffs_access.h"
+
+int test_yaffs_access(void){
+               return yaffs_access(FILE_PATH,0);
+}
+
+int test_yaffs_access_clean(void){
+       return 1;
+}