Home
last modified time | relevance | path

Searched defs:test_config (Results 1 – 2 of 2) sorted by relevance

/support/
A Dtest-driver.h26 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. */
37 char no_mallopt; /* Boolean flag to disable mallopt. */
[all …]
A Dtest-driver.c109 struct test_config test_config; in main() local

Completed in 5 milliseconds