yaffs Added some more tests to timothy_tests.
authorTimothy Manning <tfhmanning@gmail.com>
Sun, 12 Dec 2010 23:21:56 +0000 (12:21 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Tue, 14 Dec 2010 22:32:30 +0000 (11:32 +1300)
commit137f935f6d622bffdef2fece0c5194e85f5174e9
tree33cead73cc7876cc61393877e21940279bdea7bb
parentd223baa0fa5644b48c2626f8d42b05ac45b1daf6
yaffs Added some more tests to timothy_tests.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
29 files changed:
direct/timothy_tests/handle_tests/Makefile [new file with mode: 0644]
direct/timothy_tests/handle_tests/handle_test.c [new file with mode: 0644]
direct/timothy_tests/handle_tests/handle_test.h [new file with mode: 0644]
direct/timothy_tests/mirror_tests/Makefile [new file with mode: 0644]
direct/timothy_tests/mirror_tests/lib.c [new file with mode: 0644]
direct/timothy_tests/mirror_tests/lib.h [new file with mode: 0644]
direct/timothy_tests/mirror_tests/linux_test_open.c [new file with mode: 0644]
direct/timothy_tests/mirror_tests/linux_test_open.h [new file with mode: 0644]
direct/timothy_tests/mirror_tests/mirror_tests.c [new file with mode: 0644]
direct/timothy_tests/mirror_tests/mirror_tests.h [new file with mode: 0644]
direct/timothy_tests/mirror_tests/yaffs_test_open.c [new file with mode: 0644]
direct/timothy_tests/mirror_tests/yaffs_test_open.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/README.txt
direct/timothy_tests/quick_tests/lib.h
direct/timothy_tests/quick_tests/quick_tests.c
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_read.c
direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c
direct/timothy_tests/quick_tests/test_yaffs_rename.c
direct/timothy_tests/quick_tests/test_yaffs_rename_dir.c
direct/timothy_tests/quick_tests/test_yaffs_rename_dir_not_empty.c
direct/timothy_tests/quick_tests/test_yaffs_rename_dir_to_file.c
direct/timothy_tests/quick_tests/test_yaffs_rename_file_to_dir.c
direct/timothy_tests/quick_tests/test_yaffs_rmdir.c
direct/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c
direct/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c
direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c
direct/timothy_tests/quick_tests/test_yaffs_stat.c
direct/timothy_tests/quick_tests/test_yaffs_write_big_file.c