From 9d20f3f30dec9cc33057ee4a9e7ce75961664dd5 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 6 Mar 2019 21:18:08 -0500 Subject: add setjmp to the list of default tests --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9dd5b35..9d53ca3 100644 --- a/main.c +++ b/main.c @@ -48,7 +48,7 @@ static struct { { "limits", test_limits_h, 1 }, { "locale", test_locale_h, 1 }, { "math", test_math_h, 1 }, - { "setjmp", test_setjmp_h, 0 }, + { "setjmp", test_setjmp_h, 1 }, { "signal", test_signal_h, 1 }, { "stdalign", test_stdalign_h, 1 }, { "stdarg", test_stdarg_h, 1 }, -- cgit v1.2.1