yaffs direct: Fix error for attempting to rename over a non-empty directory
[yaffs2.git] / direct / timothy_tests / quick_tests / Makefile
index 3c5352ed4c8cb575b2aa3de942dd0494eccd610d..bafcbc1406278c109b4a26d0c0e1439cba7c9d21 100644 (file)
@@ -85,7 +85,10 @@ TESTFILES =  quick_tests.o lib.o \
                test_yaffs_link_ENOTDIR2.o test_yaffs_link_ENOENT2.o test_yaffs_link_ENOENT3.o test_yaffs_link_ENOENT3.o \
                test_yaffs_rmdir.o test_yaffs_rmdir_EBUSY.o test_yaffs_rmdir_EINVAL.o test_yaffs_rmdir_ENOENT.o \
                test_yaffs_rmdir_ENOTDIR.o \
-               test_yaffs_rename.o test_yaffs_rename_ENOENT.o test_yaffs_rename_ENOTDIR.o test_yaffs_rename_EINVAL.o
+               test_yaffs_rename.o test_yaffs_rename_ENOENT.o test_yaffs_rename_ENOTDIR.o test_yaffs_rename_EINVAL.o \
+               test_yaffs_rename_dir.o test_yaffs_rename_dir_ENOENT.o test_yaffs_rename_dir_ENOENT2.o test_yaffs_rename_dir_to_file.o \
+               test_yaffs_rename_file_to_dir.o test_yaffs_rename_EEXISTS.o \
+               test_yaffs_lstat.o