yaffs Added more tests to direct/timothy_tests/quick_tests
authorTimothy Manning <tfhmanning@gmail.com>
Tue, 30 Nov 2010 21:22:30 +0000 (10:22 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Tue, 30 Nov 2010 21:23:59 +0000 (10:23 +1300)
commita26fcb8cb2af11eb1a383cca8fd4be9afad5c661
tree4e66bc815244b891f970238a40e3f202b4524c50
parent3788df745cd72e035c0c991157cb727a8ecb1f17
yaffs Added more tests to direct/timothy_tests/quick_tests
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
42 files changed:
direct/timothy_tests/quick_tests/Makefile
direct/timothy_tests/quick_tests/quick_tests.h
direct/timothy_tests/quick_tests/test_yaffs_freespace_NULL.c [moved from direct/timothy_tests/quick_tests/test_yaffs_flush_NULL.c with 69% similarity]
direct/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h [moved from direct/timothy_tests/quick_tests/test_yaffs_flush_NULL.h with 76% similarity]
direct/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_inodecount_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_link_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_link_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_link_NULL2.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_link_NULL2.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_lstat_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_lstat_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_mkdir_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_mount_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_mount_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_open_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_remount_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_remount_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rename_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rename_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rename_NULL2.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rename_NULL2.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_rmdir_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_stat_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_stat_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_symlink_NULL2.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_sync_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_sync_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_totalspace_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_truncate_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_truncate_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unlink_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unlink_NULL.h [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c [new file with mode: 0644]
direct/timothy_tests/quick_tests/test_yaffs_unmount_NULL.h [new file with mode: 0644]