yaffs Forgot to remove some files from last commit.
authorTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 03:23:13 +0000 (16:23 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Wed, 3 Nov 2010 03:27:09 +0000 (16:27 +1300)
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
direct/timothy_tests/quick_tests/test_open_file.c [deleted file]
direct/timothy_tests/quick_tests/test_open_file.h [deleted file]

diff --git a/direct/timothy_tests/quick_tests/test_open_file.c b/direct/timothy_tests/quick_tests/test_open_file.c
deleted file mode 100644 (file)
index 75a5f8c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "test_open_file.h"
-#include "lib.h"
-#include "yaffsfs.h"
-
-
-
-int test_open_file(void){
-       
-       int output=0;
-
-       /*printf("path %s\n",path); */
-       output=yaffs_open(FILE_PATH,O_CREAT | O_TRUNC| O_RDWR, FILE_MODE);
-
-       return output;
-}
-int test_open_file_clean(void){
-       return 1;
-}
-
diff --git a/direct/timothy_tests/quick_tests/test_open_file.h b/direct/timothy_tests/quick_tests/test_open_file.h
deleted file mode 100644 (file)
index 4202558..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __test_open_file_h__
-#define __test_open_file_h__
-
-int test_open_file(void);
-int test_open_file_clean(void);
-#endif