yaffs Added more tests to direct/timothy_tests/quick_tests
authorTimothy Manning <tfhmanning@gmail.com>
Mon, 29 Nov 2010 00:55:50 +0000 (13:55 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Mon, 29 Nov 2010 00:57:10 +0000 (13:57 +1300)
commit41a39f326b4b732a36310275c0f4489c07117679
treeadc8456f4983f7666af7636970c0bdf8909c351f
parent16df96a0d52168ffd252cb5547df303768e3519f
yaffs Added more tests to direct/timothy_tests/quick_tests
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
22 files changed:
direct/timothy_tests/quick_tests/Makefile
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_fchmod_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_fdatasync_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_flush_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_ftruncate_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_open_EROFS.c
direct/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rename_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rmdir_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_sync_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_sync_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_truncate_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_write_EROFS.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_write_EROFS.h [new file with mode: 0644]