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=da4f23e06f324a6e933114df4f68126bf753d085;hp=9a00b9398d9bf023ece703959b9ed895a3e0a2ff;hb=4c5424e922763507e8d7f637799052bddfce2630;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..da4f23e 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access.c @@ -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; }