yaffs Are trapping a suspeced bug in quick_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_access.c
1 #include "test_yaffs_access.h"
2
3 int test_yaffs_access(void){
4                 return yaffs_access(FILE_PATH,0);
5 }
6
7 int test_yaffs_access_clean(void){
8         return 1;
9 }