X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=336a1d7bfe317e8185143b9a5ebd21966ac63244;hb=b51c7e574492e56b0c6cc63cb7e0f5e0a0b5920c;hp=246093e7ac28eb89ec082884eb454c022a05906a;hpb=670482d4223c4dd01a79df7f2ca54c55a3fc8ac6;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 246093e..336a1d7 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -37,6 +37,7 @@ #include "test_yaffs_open_EINVAL2.h" #include "test_yaffs_open_ELOOP.h" #include "test_yaffs_open_ELOOP_dir.h" +#include "test_yaffs_open_EROFS.h" #include "test_yaffs_close_EBADF.h" @@ -237,6 +238,7 @@ test_template test_list[]={ {test_yaffs_open_EINVAL2,test_yaffs_open_EINVAL2_clean,"test_yaffs_open_EINVAL2"}, {test_yaffs_open_ELOOP,test_yaffs_open_ELOOP_clean,"test_yaffs_open_ELOOP"}, {test_yaffs_open_ELOOP_dir,test_yaffs_open_ELOOP_dir_clean,"test_yaffs_open_ELOOP_dir"}, + {test_yaffs_open_EROFS,test_yaffs_open_EROFS_clean,"test_yaffs_open_EROFS"}, {test_yaffs_close_EBADF,test_yaffs_close_EBADF_clean,"test_yaffs_close_EBADF"},