File: with-space.vgtest

package info (click to toggle)
valgrind 1%3A3.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 170,080 kB
  • sloc: ansic: 782,981; exp: 26,134; xml: 22,780; asm: 14,072; cpp: 7,903; makefile: 6,768; perl: 6,097; sh: 5,669; javascript: 981; awk: 148
file content (15 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Use the "prereq" command to copy manuel1 to a filename containing a space.
# This used to not work properly, because the debug info would not be read
# correctly for filenames containing spaces (bug #88678).
#
# Nb: we only run this test on Linux.  This is because on Darwin you can't
# easily rename an executable with a .dSYM -- the original executable name
# gets baked into the .dSYM, so renaming the .dSYM as well isn't enough, you
# have to modify the contents of the .dSYM.  Another idea would be to avoid
# the renaming in the first place by just using 'with space' as the
# filename, but automake doesn't seem to like files containing spaces.
prereq: cp ../manuel1 'with space'
prog: 'with space'
vgopts: -q
cleanup: rm 'with space'
stderr_filter_args: manuel1.c