Home | History | Annotate | Download | only in tests-mx32
      1 #!/bin/sh
      2 # Check strace -k symbol names demangling.
      3 
      4 test_prog=../stack-fcall-mangled
      5 expected='getpid ns::f3(int) ns::f2(int) ns::f1(int) ns::f0(int) main '
      6 
      7 . "${srcdir=.}"/strace-k.test
      8