X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access.c;h=a88664f0ecafb6aea9bc6ab7bd501a8309be3e09;hb=6bdb202d06f1e3dc8cc00dea708ebbd7fb771342;hp=0000000000000000000000000000000000000000;hpb=26592c53da98ac887099559afbcb8dda05264e1c;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 new file mode 100644 index 0000000..a88664f --- /dev/null +++ b/direct/timothy_tests/quick_tests/test_yaffs_access.c @@ -0,0 +1,9 @@ +#include "test_yaffs_access.h" + +int test_yaffs_access(void){ + return yaffs_access(FILE_PATH,0); +} + +int test_yaffs_access_clean(void){ + return 1; +}