Get timothy quick tests building cleanly.
authorCharles Manning <cdhmanning@gmail.com>
Fri, 8 Jul 2016 00:43:57 +0000 (12:43 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Fri, 8 Jul 2016 00:43:57 +0000 (12:43 +1200)
commit4ae1d4603da3b68c82e8563191743000fa91d403
tree468b1bc261cd5d37e0a492f0e5bd697c5b2ba326
parent57c033480ccc5f019bd4ae738702456aacd02465
Get timothy quick tests building cleanly.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
43 files changed:
direct/test-framework/timothy_tests/quick_tests/Makefile
direct/test-framework/timothy_tests/quick_tests/lib.h
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_access_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_close_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_dup.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fchmod_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_fdatasync_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_flush.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_EBADF.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_ftruncate_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_lstat.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_read_EINVAL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_off_read_only_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_remount_force_on_read_only_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_dir_over_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_full_dir_over_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EBUSY.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ELOOP_dir.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENAMETOOLONG.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOENT2.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_ENOTDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_stat_NULL.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_EISDIR.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_truncate_big_file.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unlink_EROFS.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_off.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount2_with_handle_open_and_forced_mode_on.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_ENODEV.c
direct/test-framework/timothy_tests/quick_tests/test_yaffs_unmount_NULL.c