yaffs Added some more tests to timothy_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index bee341c930fc7d700a020a4e9883d4cb7de31ec8..50d17dcf711d551b746c081cce7818183d8b2cb1 100644 (file)
@@ -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 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
 #endif