From 49b4de21dcdf364e0dcc57382a8dfa339b59accc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 14 Dec 2023 11:37:03 -0800 Subject: Add a test for setjmp/longjmp within user context Verify that setjmp/longjmp works correctly within 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 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 \ -- cgit v1.2.3