summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2013-07-16 12:06:25 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2013-07-16 12:06:25 +0200
commitb51f364c4241aa247a7a22f92c06f1f1a4ab99b4 (patch)
tree31d0d194e5659cb0cfaaddcd2ca05c5a09a4f89f /test/Makefile
parent9afc2ee682d2f9fd3ad938756c841d7f0eed5f21 (diff)
downloadstrace-b51f364c4241aa247a7a22f92c06f1f1a4ab99b4.tar.gz
strace-b51f364c4241aa247a7a22f92c06f1f1a4ab99b4.tar.bz2
strace-b51f364c4241aa247a7a22f92c06f1f1a4ab99b4.tar.xz
Improve sigreturn decoding on x86 to show RT signal bits too.
This includes decoding of 32-bit sigreturn by 64-bit strace, which previously wasn't done. Added a test for it. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 97ae746..92142b1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -3,7 +3,7 @@ CFLAGS += -Wall
PROGS = \
vfork fork sig skodic clone leaderkill childthread \
sigkill_rain wait_must_be_interruptible threaded_execve \
- mtd ubi
+ mtd ubi sigreturn
all: $(PROGS)