summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-06 21:18:08 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-06 21:18:08 -0500
commit9d20f3f30dec9cc33057ee4a9e7ce75961664dd5 (patch)
treeabe22a8342ebfefa5db34661204ccb4d40380355
parent71e53c2e606d52502210bc5af67706eefcd4c1d4 (diff)
add setjmp to the list of default tests
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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 },