File: with-space.vgtest

package info (click to toggle)
valgrind 1%3A3.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 97,452 kB
  • ctags: 62,380
  • sloc: ansic: 589,429; xml: 21,096; exp: 8,751; cpp: 7,366; asm: 6,526; perl: 5,656; sh: 5,334; makefile: 4,946; haskell: 195
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