X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2FMakefile;h=9737cdba04ba99c38698101624225021acc7f274;hb=a90a31a0b95c0b884a1e33b8a4c190905940bcad;hp=a9663010478ba06dff3f242c7d77f7519a302ac6;hpb=529984f4a8f8bdcfd75866462ba6b89695b0b9b0;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/Makefile b/direct/timothy_tests/quick_tests/Makefile index a966301..9737cdb 100644 --- a/direct/timothy_tests/quick_tests/Makefile +++ b/direct/timothy_tests/quick_tests/Makefile @@ -61,7 +61,12 @@ TESTFILES = quick_tests.o lib.o \ test_yaffs_fstat.o test_yaffs_fstat_EBADF.o \ test_yaffs_close_EBADF.o\ test_yaffs_chmod.o test_yaffs_chmod_ENOENT.o test_yaffs_chmod_ENOTDIR.o test_yaffs_chmod_EINVAL.o \ - test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o + test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o\ + test_yaffs_fsync.o test_yaffs_fsync_EBADF.o \ + test_yaffs_fdatasync.o test_yaffs_fdatasync_EBADF.o \ + test_yaffs_mkdir.o \ + test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o test_yaffs_fchmod_EINVAL.o + YAFFSTESTOBJS = $(COMMONTESTOBJS) $(TESTFILES)