yaffs Improvements on the quick tests code. note the bug is still here.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_mount_yaffs.c
1 #include "test_mount_yaffs.h"
2 #include "yaffsfs.h"
3 #include "lib.h"
4
5 int mount_yaffs_test(void){
6         int output=0;
7         output=yaffs_mount(YAFFS_MOUNT_POINT);
8         /*printf("output %d",output);*/
9         return output;
10 }
11
12 int mount_yaffs_test_clean(void){
13         return 1;
14         
15 }