android_mt6572_jiabo/external/valgrind/none/tests/cmd-with-special.vgtest
2025-09-05 16:56:03 +08:00

7 lines
295 B
Text

# Use the "prereq" command to copy ../../tests/true to a filename containing
# special chars that need escaping in the "Command:" line. We do the
# renaming because the autotools would barf on such a filename.
prereq: cp ../../tests/true 'a \<>b'
prog: 'a \<>b'
vgopts: -q
cleanup: rm 'a \<>b'