Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 3 of 3) sorted by relevance

/support/
A Dtest-driver.c109 struct test_config test_config; in main() local
110 memset (&test_config, 0, sizeof (test_config)); in main()
113 test_config.prepare_function = (PREPARE); in main()
120 test_config.run_command_mode = 1; in main()
122 test_config.test_function = TEST_FUNCTION; in main()
126 test_config.test_function = do_test; in main()
142 test_config.no_mallopt = 1; in main()
146 test_config.no_setvbuf = 1; in main()
150 test_config.timeout = TIMEOUT; in main()
159 test_config.options = &options; in main()
[all …]
A Dtest-driver.h26 struct test_config struct
81 int support_test_main (int argc, char **argv, const struct test_config *);
A Dsupport_test_main.c186 run_test_function (int argc, char **argv, const struct test_config *config) in run_test_function()
270 support_test_main (int argc, char **argv, const struct test_config *config) in support_test_main()

Completed in 7 milliseconds