X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2FMakefile;h=a340165b0455eba179593eb366a3b0b1ecdcc040;hb=81ea50c07a64dc33f1c0556fdbd836e50b143625;hp=c683dad1274611e3a05841001928673c5132a6ce;hpb=d1be8e430d1b95bb0ff3b6af63132df9956173d6;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/Makefile b/direct/timothy_tests/quick_tests/Makefile index c683dad..a340165 100644 --- a/direct/timothy_tests/quick_tests/Makefile +++ b/direct/timothy_tests/quick_tests/Makefile @@ -44,8 +44,20 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsf # yaffs_checkptrwtest.o\ -YAFFSTESTOBJS = $(COMMONTESTOBJS) quick_tests.o lib.o test_mount_yaffs.o test_yaffs_unlinking.o test_yaffs_open_file.o test_yaffs_ftruncate.o test_yaffs_truncate.o \ - test_yaffs_write.o test_yaffs_read.o test_yaffs_lseek.o test_yaffs_access.o test_yaffs_stat.o +TESTFILES = quick_tests.o lib.o \ + test_mount_yaffs.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_unlinking.o \ + test_yaffs_ftruncate.o test_yaffs_truncate.o \ + test_yaffs_write.o \ + test_yaffs_read.o \ + test_yaffs_lseek.o \ + test_yaffs_access.o \ + test_yaffs_stat.o \ + test_yaffs_close_EBADF.o + + +YAFFSTESTOBJS = $(COMMONTESTOBJS) $(TESTFILES) PYTONOSYMLINKS = yaffs_error_converter.c yaffs_error_converter.h PYTHONOBJS = yaffs_error_converter.o