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=a88664f0ecafb6aea9bc6ab7bd501a8309be3e09;hb=a45194dd1a23a750f4ee8912258243dcdbcac69a;hpb=6bdb202d06f1e3dc8cc00dea708ebbd7fb771342 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_access.c b/direct/timothy_tests/quick_tests/test_yaffs_access.c index a88664f..da4f23e 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_access.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_access.c @@ -1,9 +1,24 @@ +/* + * YAFFS: Yet another FFS. A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #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; }