X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access.c;h=da4f23e06f324a6e933114df4f68126bf753d085;hb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50;hp=9a00b9398d9bf023ece703959b9ed895a3e0a2ff;hpb=4adb62b1e4338eaa34d02fdcb0c5d99cebea6747;p=yaffs2.git 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; }