X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=50d17dcf711d551b746c081cce7818183d8b2cb1;hb=137f935f6d622bffdef2fece0c5194e85f5174e9;hp=bee341c930fc7d700a020a4e9883d4cb7de31ec8;hpb=d223baa0fa5644b48c2626f8d42b05ac45b1daf6;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index bee341c..50d17dc 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -510,7 +510,10 @@ 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 get_error(void); +void run_random_test_loop(void); +void run_test(int x); #endif