Lines Matching defs:test_data
64 The \n is an important part of test_data since expandargv
75 const char *test_data[] = {
249 writeout_test (int test, const char * test_data)
263 len = strlen (test_data);
268 memcpy (parse, test_data, sizeof (char) * (len + 1));
371 run_tests (const char **test_data)
380 while (test_data[j])
383 input_str = test_data[j];
386 writeout_test (i, test_data[j++]);
388 argv_before = dupargv ((char **) &test_data[j]);
393 while (test_data[j + argc_before])
396 while (test_data[j + argc_after])
400 argv_after = dupargv ((char **) &test_data[j]);
456 fails = run_tests (test_data);