about summary refs log tree commit diff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-12-14 11:37:03 -0800
committerH.J. Lu <hjl.tools@gmail.com>2023-12-16 08:39:08 -0800
commit49b4de21dcdf364e0dcc57382a8dfa339b59accc (patch)
treed6871cb930bc87d2267832943c362a584b4bf25d /stdlib/Makefile
parent08bc191fd1603c41f5ddc97ead716e952a556dfd (diff)
downloadglibc-49b4de21dcdf364e0dcc57382a8dfa339b59accc.tar.gz
glibc-49b4de21dcdf364e0dcc57382a8dfa339b59accc.tar.xz
glibc-49b4de21dcdf364e0dcc57382a8dfa339b59accc.zip
Add a test for setjmp/longjmp within user context
Verify that setjmp/longjmp works correctly within a user context.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 8c6249aab4..0b5ef699a2 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -235,6 +235,7 @@ tests := \
   tst-setcontext8 \
   tst-setcontext9 \
   tst-setcontext10 \
+  tst-setcontext11 \
   tst-strfmon_l \
   tst-strfrom \
   tst-strfrom-locale \