summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2021-09-09 22:43:35 +0900
committerDmitry V. Levin <ldv@strace.io>2021-11-14 08:00:00 +0000
commit8cebeebcb587d557f1a870c4c544d308fb675362 (patch)
tree569dcf86366aa1726891bb0ff8ed627ff13d0185 /tests/Makefile.am
parent255a592479da7b6be67311639607c97cd1595317 (diff)
downloadstrace-8cebeebcb587d557f1a870c4c544d308fb675362.tar.gz
tests: add tests for -Y/--decode-pids=comm option
* tests/strace--decode-pids-comm.c: New file. * tests/strace-Y-0123456789.c: Likewise. * tests/gen_tests.in (strace-Y-0123456789, strace--decode-pids-comm): New tests. * tests/Makefile.am (CHECK_PROGRAMS): Add strace-Y-0123456789 and strace--decode-pids-comm. * tests/.gitignore: Likewise. Signed-off-by: Masatake YAMATO <yamato@redhat.com> Co-authored-by: Dmitry V. Levin <ldv@strace.io>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7de541663..ff85f531b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -349,6 +349,8 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \
stack-fcall-mangled \
status-none-threads \
status-unfinished-threads \
+ strace--decode-pids-comm \
+ strace-Y-0123456789 \
syslog-success \
tgkill--pidns-translation \
threads-execve \