summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2023-04-06 18:18:35 +0200
committerEugene Syromyatnikov <evgsyr@gmail.com>2023-04-06 18:18:35 +0200
commit0d80c1cbaa98b200335a966df4d47333f54b1e71 (patch)
tree3ab1b0a2c6edc1dd1149bb5e1948f07056984de3 /tests/Makefile.am
parente56710c6e58f22522dab752046896dc074f221c7 (diff)
downloadstrace-0d80c1cbaa98b200335a966df4d47333f54b1e71.tar.gz
tests: expand symlink test, add symlink-P testesyr/trace-fds
* tests/.gitignore: Add symlink-P. * tests/Makefile.am (check_PROGRAMS): Likewise. * tests/gen_tests.in (symlink): Change the alignment from 32 to 20 columns. (symlink-P): New test. * tests/symlink-P.c: New file. * tests/symlink.c: Add checks, print the output based on the presence of the PATH_TRACING macro.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4aaedb626..9b4a3be23 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -389,6 +389,7 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \
strace-Y-0123456789 \
strace-p-Y-p2 \
strace-p1-Y-p \
+ symlink-P \
syslog-success \
tgkill--pidns-translation \
threads-execve \