7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
# Check strace -k symbol names demangling.
|
|
|
|
test_prog=../stack-fcall-mangled
|
|
|
|
. "${srcdir=.}"/strace-k.test
|