Searched refs:test_config (Results 1 – 3 of 3) sorted by relevance
109 struct test_config test_config; in main() local110 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 …]
26 struct test_config struct81 int support_test_main (int argc, char **argv, const struct test_config *);
186 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 9 milliseconds