aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-11-25 17:32:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-11-25 19:42:14 +0100
commit4b7cfcc3fbfab55a1bbb32a2da69c048060739d6 (patch)
tree0ab1a6f138f3add24385d8a7936836961ca4ecd1 /debug/Makefile
parentd9f40387d3305d97e30a8cf8724218c42a63680a (diff)
downloadglibc-4b7cfcc3fbfab55a1bbb32a2da69c048060739d6.tar.xz
glibc-4b7cfcc3fbfab55a1bbb32a2da69c048060739d6.zip
debug: Wire up tst-longjmp_chk3
The test was added in commit ac8cc9e300a002228eb7e660df3e7b333d9a7414 without all the required Makefile scaffolding. Tweak the test so that it actually builds (including with dynamic SIGSTKSZ). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 89ee80bf4d..278e44c6ad 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -288,6 +288,7 @@ tests = \
tst-fortify-wide \
tst-longjmp_chk \
tst-longjmp_chk2 \
+ tst-longjmp_chk3 \
tst-realpath-chk \
tst-sprintf-fortify-rdonly \
tst-sprintf-fortify-unchecked \