Searched refs:CHECK_LINES (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck_test.c437 #define CHECK_LINES(path, outname, resname) \ macro
446 CHECK_LINES(out1, "stdout", "result1");
447 CHECK_LINES(out2, "stdout", "result2");
448 CHECK_LINES(err1, "stderr", "result1");
449 CHECK_LINES(err2, "stderr", "result2");
451 #undef CHECK_LINES macro

Completed in 45 milliseconds