From 0f3ef4d35d1c2878cb8eda5630066f1a55061885 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Wed, 3 Nov 2010 16:23:13 +1300 Subject: [PATCH] yaffs Forgot to remove some files from last commit. Signed-off-by: Timothy Manning --- .../quick_tests/test_open_file.c | 19 ------------------- .../quick_tests/test_open_file.h | 6 ------ 2 files changed, 25 deletions(-) delete mode 100644 direct/timothy_tests/quick_tests/test_open_file.c delete mode 100644 direct/timothy_tests/quick_tests/test_open_file.h 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 index 75a5f8c..0000000 --- a/direct/timothy_tests/quick_tests/test_open_file.c +++ /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 index 4202558..0000000 --- a/direct/timothy_tests/quick_tests/test_open_file.h +++ /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 -- 2.30.2