X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2FMakefile;h=c13265aab509ffc3143fc0ce138ec8fe2fcdee65;hp=0604e1d79162ee03ff4e32a41032b8b8b181a8e3;hb=41a1d28042b2fe3ca48a53de7c902389c7b51169;hpb=c7ada078b9d435ea7e7eb4732974135e15006537 diff --git a/direct/timothy_tests/quick_tests/Makefile b/direct/timothy_tests/quick_tests/Makefile index 0604e1d..c13265a 100644 --- a/direct/timothy_tests/quick_tests/Makefile +++ b/direct/timothy_tests/quick_tests/Makefile @@ -67,9 +67,16 @@ TESTFILES = quick_tests.o lib.o \ test_yaffs_mkdir.o test_yaffs_mkdir_EEXIST.o test_yaffs_mkdir_ENOTDIR.o \ test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o test_yaffs_fchmod_EINVAL.o \ test_yaffs_symlink.o test_yaffs_symlink_ENOTDIR.o test_yaffs_symlink_EEXIST.o test_yaffs_symlink_ENOENT.o \ - test_yaffs_mount2.o \ - test_yaffs_unmount2.o \ - test_yaffs_sync.o test_yaffs_sync_ENOTDIR.o test_yaffs_sync_ENOENT.o + test_yaffs_mount2.o test_yaffs_mount2_ENODEV.o \ + test_yaffs_unmount2.o test_yaffs_unmount2_ENODEV.o test_yaffs_unmount2_EINVAL.o \ + test_yaffs_unmount2_with_handle_open_and_forced_mode_on.o test_yaffs_unmount2_with_handle_open_and_forced_mode_off.o\ + test_yaffs_sync.o test_yaffs_sync_ENODEV.o \ + test_yaffs_remount_force_off_read_only_off.o test_yaffs_remount_force_on_read_only_off.o test_yaffs_remount_ENODEV.o \ + test_yaffs_remount_EINVAL.o \ + test_yaffs_freespace.o test_yaffs_freespace_EINVAL.o \ + test_yaffs_totalspace.o test_yaffs_totalspace_EINVAL.o \ + test_yaffs_inodecount.o test_yaffs_inodecount_EINVAL.o \ + test_yaffs_link.o test_yaffs_link_ENOENT.o test_yaffs_link_EEXIST.o test_yaffs_link_ENOTDIR.o test_yaffs_link_ENOTDIR2.o