summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-30 17:48:58 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-30 17:48:58 -0700
commita9a04420818e1ab0a49838e2eb83ebb66baaeaac (patch)
tree1ecde0b897fecaaf056c3771fe64eeb519e602f3 /debug/Makefile
parent5ead9ce5c788e7dbb0bd01888c4bcb37a8bc2ff1 (diff)
Add test case for ____longjmp_chk vs signal stacks.
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 181169b90d..99c8092074 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -118,7 +118,8 @@ LDFLAGS-tst-lfschk6 = -lstdc++
tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \
tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \
- tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6
+ tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6 \
+ tst-longjmp_chk2
extra-libs = libSegFault libpcprofile
extra-libs-others = $(extra-libs)