1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-09 17:06:24 +00:00
2015-12-13 22:34:58 +09:00

8 lines
295 B
Plaintext

# 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'