From 08bc191fd1603c41f5ddc97ead716e952a556dfd Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 14 Dec 2023 11:37:02 -0800 Subject: 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 --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/Makefile') 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 \ -- cgit v1.2.3