Searched defs:test_config (Results 1 – 2 of 2) sorted by relevance
26 struct test_config struct28 void (*prepare_function) (int argc, char **argv);29 int (*test_function) (void);30 int (*test_function_argv) (int argc, char **argv);31 void (*cleanup_function) (void);32 void (*cmdline_function) (int);33 const void *options; /* Custom options if not NULL. */34 int timeout; /* Test timeout in seconds. */35 int expected_status; /* Expected exit status. */37 char no_mallopt; /* Boolean flag to disable mallopt. */[all …]
109 struct test_config test_config; in main() local
Completed in 5 milliseconds