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:02 -0800
committerH.J. Lu <hjl.tools@gmail.com>2023-12-16 08:38:48 -0800
commit08bc191fd1603c41f5ddc97ead716e952a556dfd (patch)
tree3b55033bb08154a5eba9f405c804367166ec1837 /stdlib/Makefile
parent93a739d4a1c34c9dbb96ced4fbeaa18e02000b6a (diff)
downloadglibc-08bc191fd1603c41f5ddc97ead716e952a556dfd.tar.gz
glibc-08bc191fd1603c41f5ddc97ead716e952a556dfd.tar.xz
glibc-08bc191fd1603c41f5ddc97ead716e952a556dfd.zip
Add a test for longjmp from user context
Verify that longjmp works correctly after setcontext is called to switch
to 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 0b154e57c5..8c6249aab4 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -234,6 +234,7 @@ tests := \
   tst-setcontext7 \
   tst-setcontext8 \
   tst-setcontext9 \
+  tst-setcontext10 \
   tst-strfmon_l \
   tst-strfrom \
   tst-strfrom-locale \