yaffs Yet more tests for quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / Makefile
index 0fbfbc566a36c4064c6114f5ba450c57c23bf96c..3567b88b2ce8733754ba910cc70c6d3823b02979 100644 (file)
@@ -49,11 +49,12 @@ TESTFILES =         quick_tests.o lib.o \
                test_yaffs_unmount.o\
                test_yaffs_open.o test_yaffs_open_ENOENT.o test_yaffs_open_ENOTDIR.o test_yaffs_open_EEXIST.o test_yaffs_open_EISDIR.o test_yaffs_open_ENAMETOOLONG.o \
                test_yaffs_unlink.o  test_yaffs_unlink_EISDIR.o test_yaffs_unlink_ENOENT.o test_yaffs_unlink_ENAMETOOLONG.o test_yaffs_unlink_ENOTDIR.o\
-               test_yaffs_ftruncate.o test_yaffs_truncate.o \
+               test_yaffs_ftruncate.o \
+               test_yaffs_truncate.o test_yaffs_truncate_ENOTDIR.o test_yaffs_truncate_EISDIR.o test_yaffs_truncate_ENOENT.o test_yaffs_truncate_EINVAL.o \
                test_yaffs_write.o \
                test_yaffs_read.o \
                test_yaffs_lseek.o \
-               test_yaffs_access.o test_yaffs_access_EINVAL.o \
+               test_yaffs_access.o test_yaffs_access_EINVAL.o test_yaffs_access_ENOTDIR.o test_yaffs_access_ENOENT.o\
                test_yaffs_stat.o \
                test_yaffs_close_EBADF.o
                  
@@ -120,4 +121,4 @@ quick_tests: $(SYMLINKS) $(ALLOBJS)
 
 
 clean:
-       rm -f quick_tests  $(ALLOBJS) core $(SYMLINKS) log.txt 
+       rm -f quick_tests  $(ALLOBJS) core $(SYMLINKS)