Lines Matching defs:test_config
26 struct test_config struct
28 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. */
36 int expected_signal; /* If non-zero, expect termination by signal. */
37 char no_mallopt; /* Boolean flag to disable mallopt. */
38 char no_setvbuf; /* Boolean flag to disable setvbuf. */
39 char run_command_mode; /* Boolean flag to indicate run-command-mode. */
40 const char *optstring; /* Short command line options. */