X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access.c;h=1e516bc60d40525559bf488d1e449048c614e352;hp=9a00b9398d9bf023ece703959b9ed895a3e0a2ff;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=a11dd4924d16a4c3d6df13a4182f7729a1478a53 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access.c b/direct/timothy_tests/quick_tests/test_yaffs_access.c index 9a00b93..1e516bc 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -13,10 +13,12 @@ #include "test_yaffs_access.h" -int test_yaffs_access(void){ +int test_yaffs_access(void) +{ return yaffs_access(FILE_PATH,0); } -int test_yaffs_access_clean(void){ +int test_yaffs_access_clean(void) +{ return 1; }