yaffs Trying to find a bug in timothy quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_mount.c
similarity index 85%
rename from direct/timothy_tests/quick_tests/test_mount_yaffs.c
rename to direct/timothy_tests/quick_tests/test_yaffs_mount.c
index 62ef7903e5085189a1564941386da15be51691cf..aac73cf5fb25c62d7603e35a4c652f77873b26af 100644 (file)
  * published by the Free Software Foundation.
  */
 
-#include "test_mount_yaffs.h"
+#include "test_yaffs_mount.h"
 
-int mount_yaffs_test(void){
+int test_yaffs_mount(void){
        int output=0;
        output=yaffs_mount(YAFFS_MOUNT_POINT);
        /*printf("output %d",output);*/
        return output;
 }
 
-int mount_yaffs_test_clean(void){
+int test_yaffs_mount_clean(void){
        return 1;
        
 }