diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:18:08 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:18:08 -0500 |
commit | 9d20f3f30dec9cc33057ee4a9e7ce75961664dd5 (patch) | |
tree | abe22a8342ebfefa5db34661204ccb4d40380355 | |
parent | 71e53c2e606d52502210bc5af67706eefcd4c1d4 (diff) |
add setjmp to the list of default tests
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |