add options wich allow to execute only some tests selected with nametest or numtest

This commit is contained in:
2023-08-29 15:40:22 +02:00
parent ef59339df8
commit 2c1e4f0487
7 changed files with 253 additions and 35 deletions
+2
View File
@@ -169,9 +169,11 @@ void parse_options(int argc, char **argv);
void run_all_tests();
void execute_all(struct func *fun);
void append_func(void (*run)(void), char *name);
/*
void run_some_tests(size_t cnt, ... );
void run_all_tests_exept(size_t cnt, ... );
void run_some_tests_ordered(size_t cnt, ... );
*/
void run_all_tests_parallel(size_t parallel /*, int max_col*/);