summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/main.c b/main.c
index 3382797..a7444d9 100644
--- a/main.c
+++ b/main.c
@@ -40,12 +40,12 @@ int main(int argc, char *argv[])
}
}
- /* test_complex_h(); */
+ test_complex_h();
test_ctype_h();
test_errno_h();
- /* test_fenv_h(); */
+ test_fenv_h();
test_float_h();
- /* test_inttypes_h(); */
+ test_inttypes_h();
test_iso646_h();
test_limits_h();
test_locale_h();
@@ -57,17 +57,17 @@ int main(int argc, char *argv[])
/* test_stdatomic_h(); */
test_stdbool_h();
test_stddef_h();
- /* test_stdint_h(); */
+ test_stdint_h();
test_stdio_h();
test_stdlib_h();
/* test_stdnoreturn_h(); */
test_string_h();
- /* test_tgmath_h(); */
+ test_tgmath_h();
/* test_threads_h(); */
test_time_h();
/* test_uchar_h(); */
- /* test_wchar_h(); */
- /* test_wctype_h(); */
+ test_wchar_h();
+ test_wctype_h();
printf("Total: %u passed, %u failed\n", total_passed, total_failed);
return 0;