Lines Matching refs:tp
492 ATF_TP_ADD_TCS(tp)
494 ATF_TP_ADD_TC(tp, cat_file__empty);
495 ATF_TP_ADD_TC(tp, cat_file__one_line);
496 ATF_TP_ADD_TC(tp, cat_file__several_lines);
497 ATF_TP_ADD_TC(tp, cat_file__no_newline_eof);
499 ATF_TP_ADD_TC(tp, compare_file__empty__match);
500 ATF_TP_ADD_TC(tp, compare_file__empty__not_match);
501 ATF_TP_ADD_TC(tp, compare_file__short__match);
502 ATF_TP_ADD_TC(tp, compare_file__short__not_match);
503 ATF_TP_ADD_TC(tp, compare_file__long__match);
504 ATF_TP_ADD_TC(tp, compare_file__long__not_match);
506 ATF_TP_ADD_TC(tp, copy_file__empty);
507 ATF_TP_ADD_TC(tp, copy_file__some_contents);
509 ATF_TP_ADD_TC(tp, create_file);
511 ATF_TP_ADD_TC(tp, file_exists);
513 ATF_TP_ADD_TC(tp, fork);
515 ATF_TP_ADD_TC(tp, free_charpp__empty);
516 ATF_TP_ADD_TC(tp, free_charpp__some);
518 ATF_TP_ADD_TC(tp, grep_file);
519 ATF_TP_ADD_TC(tp, grep_string);
521 ATF_TP_ADD_TC(tp, readline__none);
522 ATF_TP_ADD_TC(tp, readline__some);
524 ATF_TP_ADD_TC(tp, redirect__stdout);
525 ATF_TP_ADD_TC(tp, redirect__stderr);
526 ATF_TP_ADD_TC(tp, redirect__other);
528 ATF_TP_ADD_TC(tp, wait__ok);
529 ATF_TP_ADD_TC(tp, wait__save_stdout);
530 ATF_TP_ADD_TC(tp, wait__save_stderr);
531 ATF_TP_ADD_TC(tp, wait__invalid_exitstatus);
532 ATF_TP_ADD_TC(tp, wait__invalid_stdout);
533 ATF_TP_ADD_TC(tp, wait__invalid_stderr);
535 ATF_TP_ADD_TC(tp, include);