Dmitry V. Levin
632efff900
* tests/ptrace.c: New file. * tests/ptrace.test: New test. * tests/.gitignore: Add ptrace. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ptrace.
7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of ptrace syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a23 -e signal=none
|