X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=8172345b2c2d98bd097e0501f78c67d8525329fc;hb=fa6335ddf55329c1ba1c50c68080a559461151cc;hp=18b08766ceeff9ae73b79b7097f405736c0d3af4;hpb=c118b37070fa47650ca61c8c740da7461450d139;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 18b0876..8172345 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -3,8 +3,11 @@ #include #include "test_mount_yaffs.h" -#include "test_yaffs_open_file.h" -#include "test_yaffs_open_file_ENOENT.h" +#include "test_yaffs_open.h" +#include "test_yaffs_open_EISDIR.h" +#include "test_yaffs_open_EEXIST.h" +#include "test_yaffs_open_ENOENT.h" +#include "test_yaffs_open_ENOTDIR.h" #include "test_yaffs_unlinking.h" #include "test_yaffs_ftruncate.h" #include "test_yaffs_truncate.h"