Lines Matching refs:outfile
28 # test_convert command infile outfile
29 macro(test_convert command infile outfile)
31 file(TO_NATIVE_PATH "${outfile}" native_outfile)
32 file(REMOVE "${outfile}")
44 # test_convert command infile outfile
45 macro(test_convert_multi command infile outfile)
50 file(TO_NATIVE_PATH "${outfile}" native_outfile)
51 file(REMOVE "${outfile}")
62 # test_stdout command infile outfile
63 macro(test_stdout command infile outfile)
65 file(TO_NATIVE_PATH "${outfile}" native_outfile)
66 file(REMOVE "${outfile}")
69 OUTPUT_FILE "${outfile}"