X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Funit_tests%2Fquick_tests%2Fquick_tests.h;fp=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=9644ae7570700a0fdeafaebd8af6ee94660c9fb9;hp=ce49d069194fbac33acd001f96464d64676f3b23;hb=e12e51da5815d80399ec8f5b0da69c7cd7a0f42e;hpb=ebc54da9e29be1de79d77c72c0d8eb91833c641b diff --git a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h b/direct/test-framework/unit_tests/quick_tests/quick_tests.h similarity index 99% rename from direct/test-framework/timothy_tests/quick_tests/quick_tests.h rename to direct/test-framework/unit_tests/quick_tests/quick_tests.h index ce49d06..9644ae7 100644 --- a/direct/test-framework/timothy_tests/quick_tests/quick_tests.h +++ b/direct/test-framework/unit_tests/quick_tests/quick_tests.h @@ -29,7 +29,6 @@ #include "test_yaffs_unmount_EBUSY.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" @@ -286,7 +285,6 @@ test_template test_list[]={ {test_yaffs_unmount_EBUSY,test_yaffs_unmount_EBUSY_clean,"test_yaffs_unmount_EBUSY"}, {test_yaffs_open,test_yaffs_open_clean,"test_yaffs_open"}, - {test_yaffs_open_EISDIR,test_yaffs_open_EISDIR_clean,"test_yaffs_open_EISDIR"}, {test_yaffs_open_EEXIST,test_yaffs_open_EEXIST_clean,"test_yaffs_open_EEXIST"}, {test_yaffs_open_ENOTDIR,test_yaffs_open_ENOTDIR_clean,"test_yaffs_open_ENOTDIR"}, {test_yaffs_open_ENOENT,test_yaffs_open_ENOENT_clean,"test_yaffs_open_ENOENT"}, @@ -522,7 +520,7 @@ test_template test_list[]={ void logical_run_of_tests(void); void init_quick_tests(int argc, char *argv[]); -void quit_quick_tests(int exit_code); +void quit_quick_tests(); void get_error(void); void run_random_test_loop(void); void run_test(int x);