yaffs Fixed a bug in direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 79a7aae649b682f233e7e95502fe2c3f2df6d45b..244b8b0cf729953532b707bf9663059ad8c1049a 100644 (file)
@@ -39,6 +39,7 @@ int main(int argc, char *argv[]){
                printf("yaffs_open %d \n",output);
                printf("yaffs_close %d \n",yaffs_close(output));
        */      yaffs_set_error(0);     /*reset the last error to 0 */
+               //printf("foo exists %d\n",test_yaffs_open());
                sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test);
                print_message(message,3);
                output=test_list[x].p_function();       /*run test*/